3c19cf3a8c
* Add LICENSE. * Remove default value of GEM_BUILD.
15 lines
458 B
Makefile
15 lines
458 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/09/10 08:41:49 taca Exp $
|
|
|
|
DISTNAME= textpow-0.10.1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://textpow.rubyforge.org/
|
|
COMMENT= Library to parse and process Textmate bundles
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-oniguruma>=1.1.0:../../textproc/ruby-oniguruma
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-plist>=3.0.0:../../textproc/ruby-plist
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|