ports/devel/ruby-rubocop/Makefile

30 lines
680 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= code formatting tool
DISTNAME= rubocop-1.52.0
2023-08-16 22:26:55 +00:00
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
GH_ACCOUNT= rubocop
GH_PROJECT= rubocop
GH_TAGNAME= v1.52.0
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE= gem
MODULES= lang/ruby
2023-08-24 06:47:45 +00:00
BUILD_DEPENDS+= ${RUN_DEPENDS} \
devel/ruby-json,${MODRUBY_FLAVOR} \
devel/ruby-parallel,${MODRUBY_FLAVOR} \
devel/ruby-parser,${MODRUBY_FLAVOR} \
devel/ruby-rainbow,${MODRUBY_FLAVOR} \
devel/ruby-regexp_parser,${MODRUBY_FLAVOR} \
devel/ruby-rubocop-ast,${MODRUBY_FLAVOR} \
devel/ruby-progressbar,${MODRUBY_FLAVOR} \
devel/ruby-unicode-display-width,${MODRUBY_FLAVOR}
2023-08-16 22:26:55 +00:00
.include <bsd.port.mk>