mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
19 lines
403 B
Makefile
19 lines
403 B
Makefile
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>
|