summaryrefslogtreecommitdiff
path: root/devel/rubygem-ruby_parser/Makefile
blob: 3edce8026015e9fe65407729ae62cd2fce569e3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>