pkgsrc/devel/ruby-sexp-processor/Makefile
taca e5da2244f4 devel/ruby-sexp-processor: update to 4.14.1
Update ruby-sexp-processor to 4.14.1.


=== 4.14.1 / 2020-02-09

* 2 bug fixes:

  * Declared support for ruby 2.2+ to gemspec.
  * Fixed alias for `not?` to `-` for ruby <= 2.4. (nard-tech).

=== 4.14.0 / 2020-02-06

* 4 minor enhancements:

  * Added '-' as an alias for the 'not?' pattern matching command.
  * Added Klass matcher to match on types.
  * Added `k` shortcut for Klass & hooked into Sexp::Matcher.parse.
  * Added any matcher to pattern parser.
2020-03-08 15:18:45 +00:00

15 lines
387 B
Makefile

# $NetBSD: Makefile,v 1.27 2020/03/08 15:18:45 taca Exp $
DISTNAME= sexp_processor-4.14.1
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"