pkgsrc/converters/ruby-unf/Makefile
taca aab3940655 Update ruby-unf to 0.1.4.
* No changes are available for 0.1.4 but it is trivial fixes not for
  working codes.
2015-02-01 12:51:37 +00:00

14 lines
401 B
Makefile

# $NetBSD: Makefile,v 1.6 2015/02/01 12:51:37 taca Exp $
DISTNAME= unf-0.1.4
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"