20 lines
401 B
Makefile

PORTNAME= unicode-display_width
PORTVERSION= 3.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Get the display size of a string
WWW= https://github.com/janlelis/unicode-display_width
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
RUN_DEPENDS= rubygem-unicode-emoji>=4.1<5:devel/rubygem-unicode-emoji
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>