pkgsrc/devel/ruby-sexp-processor/Makefile
taca 530a18b1ff devel/ruby-sexp-processor: update to 4.12.0
=== 4.12.0 / 2019-03-12

* 3 bug fixes:

  * Fixed sexp_body to return empty sexp instead of nil when using STRICT_SEXP.
  * STRICT_SEXP=4+ fails w/ current use of concat. Removed concat from strictness for now.
  * Use concat internally instead of splat. Some people have 20000 node sexps! (presidentbeef)
2019-05-06 05:35:25 +00:00

15 lines
387 B
Makefile

# $NetBSD: Makefile,v 1.25 2019/05/06 05:35:25 taca Exp $
DISTNAME= sexp_processor-4.12.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/seattlerb/sexp_processor
COMMENT= Generic sexp processing tools
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"