7d44eadcc3
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update dependency according to gemspec. === 3.0.6 / 2010-09-01 * 1 bug fix: * fixed requires (e-tobi) === 3.0.5 / 2010-03-27 * 1 bug fix: * Fixed NODE_METHOD but also commented that you shouldn't ever see it naturally (tmm1)
16 lines
499 B
Makefile
16 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/09/10 06:07:32 taca Exp $
|
|
|
|
DISTNAME= ParseTree-3.0.6
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://parsetree.rubyforge.org/
|
|
COMMENT= Extract and enumerate Ruby parse trees
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-inline>=3.7.0:../../devel/ruby-inline
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=3.0.0:../../devel/ruby-sexp-processor
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|