pkgsrc/textproc/ruby-unicode_utils/Makefile
taca 2154952429 textproc/ruby-unicode_utils: add versino 1.4.0 package
Add ruby-unicode_utils versino 1.4.0 package.


= Unicode Utils - Unicode algorithms for Ruby 1.9

UnicodeUtils implements Unicode algorithms for case conversion,
normalization, text segmentation and more in pure Ruby code.
2020-01-19 14:16:58 +00:00

14 lines
349 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/19 14:16:58 taca Exp $
DISTNAME= unicode_utils-1.4.0
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/lang/unicode_utils
COMMENT= Additional Unicode aware functions
LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"