mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
24 lines
492 B
Makefile
24 lines
492 B
Makefile
PORTNAME= ruby_parser
|
|
PORTVERSION= 3.20.0
|
|
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.16<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>
|