diff options
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" |