ports/devel/ruby-regexp_parser/Makefile

16 lines
266 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= gem for tokenizing, parsing, and transforming regexps
DISTNAME= regexp_parser-2.8.0
CATEGORIES= devel
HOMEPAGE= https://github.com/ammar/regexp_parser
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>