pkgsrc/devel/ruby-sexp-processor/Makefile
taca 2333135478 Update ruby-sexp-processor to 4.6.0.
=== 4.6.0 / 2015-05-28

* 2 minor enhancements:

  * Extended generate_test to deal with 19 and up.
  * Extended pt_testcase.rb so add_19tests means 19 and up.

* 1 bug fix:

  * Added and normalized tests to deal with canonicalized block args from ruby_parser.

=== 4.5.1 / 2015-04-27

* 1 minor enhancement:

  * Cache processors and rewriters. Significant speedup. (presidentbeef)
2015-06-04 14:43:04 +00:00

13 lines
351 B
Makefile

# $NetBSD: Makefile,v 1.16 2015/06/04 14:43:04 taca Exp $
DISTNAME= sexp_processor-4.6.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://parsetree.rubyforge.org/
COMMENT= Generic sexp processing tools
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"