freebsd-ports/devel/rubygem-unicode_utils/Makefile
Sunpoet Po-Chuan Hsieh 48ff51cf3b Add rubygem-unicode_utils 1.4.0
UnicodeUtils implements Unicode algorithms for case conversion, normalization,
text segmentation and more in pure Ruby code.

WWW: https://github.com/lang/unicode_utils
2018-08-11 20:16:35 +00:00

19 lines
348 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= unicode_utils
PORTVERSION= 1.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Additional Unicode aware functions
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>