ports/devel/ruby-rubocop-ast/Makefile

19 lines
314 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= rubocop node pattern classes
DISTNAME= rubocop-ast-1.29.0
2023-08-16 22:26:55 +00:00
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
BUILD_DEPENDS+= ${RUN_DEPENDS} \
2023-08-24 06:47:45 +00:00
devel/ruby-parser,${MODRUBY_FLAVOR}
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE= ruby gem
2023-08-16 22:26:55 +00:00
.include <bsd.port.mk>