pkgsrc/devel/ruby-parsetree/Makefile
taca ec04361ce4 Update ruby-parsetree to 3.0.9.
=== 3.0.9 / 2012-05-01

* 6 minor enhancements:

  * Added a bunch of new tests from PTTC.
  * Added masgn handling inside block_pass
  * Added rewrite_iter to unwrap masgns w/ only 1 arg.
  * Handle rewriting block_pass in iter.
  * Imported RawParseTree test data from PTTC.
  * Removed rewrite_masgn requirement for 4 slots.

* 3 bug fixes:

  * Fixed dependencies to ensure they're not going to use ruby_parser 3 and friends.
  * Fixed segv for NODE_BLOCK_PASS in iter (nd_iter == 1... go boom)
  * Remove nil body in iter (I think this is wrong, but whatevs).
2012-06-02 00:40:54 +00:00

16 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/06/02 00:40:54 taca Exp $
DISTNAME= ParseTree-3.0.9
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"