aa2a4b5de4
Changes: https://github.com/seattlerb/ruby_parser/compare/v3.15.0...v3.19.2 PR: 269151 Approved by: maintainer timeout
24 lines
491 B
Makefile
24 lines
491 B
Makefile
PORTNAME= ruby_parser
|
|
PORTVERSION= 3.19.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= voldern@hoeggen.net
|
|
COMMENT= Ruby parser written in pure ruby
|
|
WWW= https://github.com/seattlerb/ruby_parser
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-sexp_processor>=4.9<5:devel/rubygem-sexp_processor
|
|
|
|
NO_ARCH= yes
|
|
USES= cpe gem shebangfix
|
|
CPE_VENDOR= ryan_davis
|
|
|
|
PLIST_FILES= bin/ruby_parse \
|
|
bin/ruby_parse_extract_error
|
|
|
|
SHEBANG_FILES= bin/* \
|
|
compare/normalize.rb
|
|
|
|
.include <bsd.port.mk>
|