4fc435d515
Changes: https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc PR: 224692 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
26 lines
503 B
Makefile
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>
|