freebsd-ports/devel/rubygem-ruby_parser/Makefile
Sunpoet Po-Chuan Hsieh 4fc435d515 Update to 3.10.1
Changes:	https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc
PR:		224692
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2018-01-13 08:13:45 +00:00

26 lines
503 B
Makefile

# Created by: Espen Volden aka voldern <voldern@hoeggen.net>
# $FreeBSD$
PORTNAME= ruby_parser
PORTVERSION= 3.10.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= voldern@hoeggen.net
COMMENT= Ruby parser written in pure ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-sexp_processor>=4.9:devel/rubygem-sexp_processor
NO_ARCH= yes
USE_RUBY= yes
USES= gem shebangfix
PLIST_FILES= bin/ruby_parse \
bin/ruby_parse_extract_error
SHEBANG_FILES= bin/* \
compare/normalize.rb
.include <bsd.port.mk>