diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 08:41:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 08:41:24 +0000 |
commit | 8dd5438efb961384fda2ff9361e0f0f64fbc4a39 (patch) | |
tree | 54b134b40f3936dab6103f8c4402fd23b88fddfb /textproc/ruby-textpow | |
parent | a34158081e26a9254bae255bdb5968afb467025b (diff) | |
download | pkgsrc-8dd5438efb961384fda2ff9361e0f0f64fbc4a39.tar.gz |
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
Diffstat (limited to 'textproc/ruby-textpow')
-rw-r--r-- | textproc/ruby-textpow/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/ruby-textpow/Makefile b/textproc/ruby-textpow/Makefile index 31783999820..a7ed4ce3233 100644 --- a/textproc/ruby-textpow/Makefile +++ b/textproc/ruby-textpow/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/08/22 15:41:23 ahoka Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/10 08:41:49 taca Exp $ DISTNAME= textpow-0.10.1 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://textpow.rubyforge.org/ COMMENT= Library to parse and process Textmate bundles - -GEM_BUILD= gemspec +LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-oniguruma>=1.1.0:../../textproc/ruby-oniguruma DEPENDS+= ${RUBY_PKGPREFIX}-plist>=3.0.0:../../textproc/ruby-plist -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |