=== 3.0.8 / 2011-09-27 * 1 minor enhancement: * ParseTree.translate now does 'include Mod' calls instead of including their methods directly
16 lines
499 B
Makefile
16 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/12/15 15:08:08 taca Exp $
|
|
|
|
DISTNAME= ParseTree-3.0.8
|
|
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"
|