summaryrefslogtreecommitdiff
path: root/devel/rubygem-unicode-display_width/Makefile
blob: d27fc7f25d6864d7854dbc8f6c9a2f4a97c3f972 (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.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>