pkgsrc/converters/ruby-unf_ext/Makefile
taca 82c3eca1c9 Update ruby-unf_ext to 0.0.7.1.
## 0.0.7.1 (2015-04-18)

- Windows fat binary gems no longer require libstd++ to
  run, which are statically linked.

- Add a fat binary gem for x64-mingw32 (64bit Windows).

- Windows fat binary gems now include binaries for Ruby up to 2.2.
2015-06-04 13:57:38 +00:00

14 lines
352 B
Makefile

# $NetBSD: Makefile,v 1.5 2015/06/04 13:57:38 taca Exp $
DISTNAME= unf_ext-0.0.7.1
CATEGORIES= converters
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/knu/ruby-unf_ext
COMMENT= Unicode Normalization Form support library for CRuby
LICENSE= mit
USE_LANGUAGES= c c++
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"