/x11-toolkits/unique/

ref='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports' title='freebsd-ports Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-parser/Makefile
blob: 3ea7a871f2b0c5d68fb834004848f2242bf18f34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=   parser
PORTVERSION=    2.5.0.5
CATEGORIES= devel ruby
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Ruby parser written in pure Ruby

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE.txt

RUN_DEPENDS=    rubygem-ast>=2.4.0:devel/rubygem-ast

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem

PLIST_FILES=    bin/ruby-parse bin/ruby-rewrite

.include <bsd.port.mk>