pkgsrc/devel/ruby-parsetree/Makefile
taca 24e56fd0ae Update ruby-parsetree pacakge to 3.0.8.
=== 3.0.8 / 2011-09-27

* 1 minor enhancement:

  * ParseTree.translate now does 'include Mod' calls instead of including their methods directly
2011-12-15 15:08:08 +00:00

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"