4ac40c6d87
Unicode Normalization Form support library for CRuby.
15 lines
414 B
Makefile
15 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/12/14 16:56:45 taca Exp $
|
|
|
|
DISTNAME= unf_ext-0.0.4
|
|
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++
|
|
GEM_CLEANBUILD= Makefile *.o unf_ext.${RUBY_DLEXT} mkmf.log
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|