aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-unicode-display_width/Makefile
blob: bacfac6e682aa349d8dc20e5be2df9b544a16267 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	unicode-display_width
PORTVERSION=	3.1.4
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.0.4<5:devel/rubygem-unicode-emoji

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>