diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 08:18:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 08:18:49 +0000 |
commit | 1bbcea19af1b75633c41da55f95d5cfd7b887e5d (patch) | |
tree | 5389e33472d1f745b0920c1844ac18d9fbdd7691 /textproc/ruby-json/Makefile | |
parent | 73d288cf7777998e7f8056b0f549c3606444e8ed (diff) | |
download | pkgsrc-1bbcea19af1b75633c41da55f95d5cfd7b887e5d.tar.gz |
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
Diffstat (limited to 'textproc/ruby-json/Makefile')
-rw-r--r-- | textproc/ruby-json/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index 483e91129ad..2569d881ce6 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,21 +1,20 @@ -# $NetBSD: Makefile,v 1.7 2010/09/05 02:13:51 obache Exp $ +# $NetBSD: Makefile,v 1.8 2010/09/10 08:18:49 taca Exp $ DISTNAME= json-1.4.6 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://json.rubyforge.org/ +HOMEPAGE= http://flori.github.com/json COMMENT= Native extension implementation of JSON for Ruby LICENSE= ruby-license -GEM_BUILD= gemspec GEM_CLEANBUILD= ext/json/ext/generator/* ext/json/ext/parser/* +REPLACE_RUBY= tools/fuzz.rb tools/server.rb post-extract: cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w REPLACE_RUBY_DIRS= tools -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |