diff options
author | taca <taca> | 2010-09-10 04:05:04 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-10 04:05:04 +0000 |
commit | b53670e8a304f3c92135f83fe2b316563db8c17a (patch) | |
tree | 1b962b160540d7cec94b484334c02cd72369af4c /converters | |
parent | df0629fabd60934e75e07082d151bff335e650f5 (diff) | |
download | pkgsrc-b53670e8a304f3c92135f83fe2b316563db8c17a.tar.gz |
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove RUBY_HAS_ARCHLIB.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ruby-uconv/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/converters/ruby-uconv/Makefile b/converters/ruby-uconv/Makefile index cb9cac28480..81d52256ddc 100644 --- a/converters/ruby-uconv/Makefile +++ b/converters/ruby-uconv/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2010/09/07 17:20:24 taca Exp $ +# $NetBSD: Makefile,v 1.18 2010/09/10 04:05:04 taca Exp $ DISTNAME= uconv-0.4.12 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} PKGREVISION= 5 CATEGORIES= converters japanese ruby MASTER_SITES= http://www.yoshidam.net/ @@ -9,12 +8,12 @@ MASTER_SITES= http://www.yoshidam.net/ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.yoshidam.net/Ruby.html#uconv COMMENT= Unicode conversion library with Japanese codesets support +LICENSE= gnu-gpl-v2 OR ruby-license -PKG_DESTDIR_SUPPORT= destdir +PKG_DESTDIR_SUPPORT= user-destdir # Depends on Ruby's internal and use 1.9's encoding support. RUBY_VERSION_SUPPORTED= 18 -RUBY_HAS_ARCHLIB= yes USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/uconv |