pkgsrc/devel/ruby-simpleidn/Makefile
tsutsui 0bec239290 devel/ruby-simpleidn: added simpleidn-0.0.9 gem as ruby-simpleidn-0.0.9.
This gem is required by forthcoming twitter-text-simpleidn-3.0.0.0 gem,
a forked version of twitter-text without libIDN dependency.

Simpleidn gem allows easy conversion from punycode ACE strings to
unicode UTF-8 strings and visa versa.
The implementation is heavily based on the RFC3492 C example
implementation but simplified since it does not preserve case.
2019-08-25 14:53:03 +00:00

13 lines
382 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/08/25 14:53:03 tsutsui Exp $
DISTNAME= simpleidn-0.0.9
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= https://github.com/mmriis/simpleidn
COMMENT= Punycode ACE to unicode UTF-8 (and vice-verse) string conversion
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"