sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-24 06:47:45 +00:00
parent 6f57aa08fd
commit cbcec355c0
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
38 changed files with 343 additions and 38882 deletions

View file

@ -16,13 +16,14 @@ CONFIGURE_STYLE= gem
MODULES= lang/ruby
RUN_DEPENDS+= devel/ruby-json \
devel/ruby-parallel \
devel/ruby-parser \
devel/ruby-rainbow \
devel/ruby-regexp_parser \
devel/ruby-rubocop-ast \
devel/ruby-progressbar \
devel/ruby-unicode-display-width
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}
.include <bsd.port.mk>