ports/devel/rubygem-syntax_tree/Makefile
Po-Chuan Hsieh 34a7eb1c4c
devel/rubygem-syntax_tree: Add rubygem-syntax_tree 6.1.1
Syntax Tree is a suite of tools built on top of the internal CRuby parser. It
provides the ability to generate a syntax tree from source, as well as the tools
necessary to inspect and manipulate that syntax tree. It can be used to build
formatters, linters, language servers, and more.

It is built with only standard library dependencies. It additionally ships with
a plugin system so that you can build your own syntax trees from other languages
and incorporate these tools.
2023-08-22 01:01:59 +08:00

23 lines
462 B
Makefile

PORTNAME= syntax_tree
PORTVERSION= 6.1.1
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>