blob: 445678778e21f794a83535c9f0c9e5682e0fa487 (
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
|
PORTNAME= syntax_tree
PORTVERSION= 6.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parser based on ripper
WWW= https://ruby-syntax-tree.github.io/syntax_tree/ \
https://github.com/ruby-syntax-tree/syntax_tree
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-prettier_print>=1.2.0:devel/rubygem-prettier_print
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/stree \
bin/yarv
.include <bsd.port.mk>
|