pkgsrc/converters/ruby-unf/Makefile
taca fde87ca0cf Update ruby-unf to 0.1.3.
## 0.1.3 (2013-10-25)

Features:

  - Make UNF::Normalizer.instance thread-safe, and deprecate .new.
    (GH #5)
2013-12-08 16:37:52 +00:00

14 lines
401 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/12/08 16:37:52 taca Exp $
DISTNAME= unf-0.1.3
CATEGORIES= converters
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/knu/ruby-unf
COMMENT= Wrapper library to bring Unicode Normalization Form support
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-unf_ext>=0.0.3:../../converters/ruby-unf_ext
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"