Update ruby-parser to 3.14.2. === 3.14.2 / 2020-02-06 * 1 minor enhancement: * Cleaned up call_args and removed arg_blk_pass from ruby_parser_extras.rb! Yay!
19 lines
509 B
Makefile
19 lines
509 B
Makefile
# $NetBSD: Makefile,v 1.33 2020/03/08 14:42:38 taca Exp $
|
|
|
|
DISTNAME= ruby_parser-3.14.2
|
|
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.9<5:../../devel/ruby-sexp-processor
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|