pkgsrc/devel/ruby-parser/Makefile
taca c0365307c7 devel/ruby-parser: update to 3.15.1
=== 3.15.1 / 2021-01-10

* 1 bug fix:

  * Bumped ruby version to include < 4 (trunk).
2021-01-13 14:28:02 +00:00

19 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.35 2021/01/13 14:28:02 taca Exp $
DISTNAME= ruby_parser-3.15.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.9<5:../../devel/ruby-sexp-processor
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"