mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
22 lines
388 B
Makefile
22 lines
388 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= unicode-display_width
|
|
PORTVERSION= 1.7.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Get the display size of a string
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^1\.
|
|
|
|
.include <bsd.port.mk>
|