pkgsrc/devel/ruby-sexp-processor/Makefile
taca bf78ced6d5 Update ruby-sexp-processor to 3.2.0.
=== 3.2.0 / 2012-04-15

* 5 minor enhancements:

  * Added a ton of block arg tests.
  * Added add19_edgecases to help refactor a bunch of tests that all have the same output.
  * Added better debugging output for rewrites.
  * Cleaned and added a bunch of stabby proc tests.
  * Moved RawParseTree test data to ParseTree project.

* 2 bug fixes:

  * Fixed a bunch of entries for r2r changes against edgecase parse/lex tests
  * Fixes for R2R
2012-04-29 05:29:28 +00:00

13 lines
343 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/04/29 05:29:28 taca Exp $
DISTNAME= sexp_processor-3.2.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel
MAINTAINER= filip@joyent.com
HOMEPAGE= http://parsetree.rubyforge.org/
COMMENT= Generic sexp processing tools
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"