pkgsrc/devel/ruby-parser/Makefile
taca fe0d320065 devel/ruby-parser: update to 3.18.1
3.18.1 (2021-11-10)

1 minor enhancement:

* All parser tests are now explicitly testing line numbers at every level.

3 bug fixes:

* Fixed endless method with noargs. (mitsuru)
* Fixed line numbers on some yield forms.
* Handle and clearly report if unifdef is missing.
2021-11-23 14:15:58 +00:00

19 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.39 2021/11/23 14:15:58 taca Exp $
DISTNAME= ruby_parser-3.18.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby_//}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/seattlerb/ruby_parser
COMMENT= Ruby parser written in pure ruby
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=4.15.1<5:../../devel/ruby-sexp-processor
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"