openbsd-ports/devel/ruby-ruby_parser/Makefile
kmos cce7279276 Remove dependencies on ruby-minitest in preparation on removing it.
(minitest is baked into all the current versions of ruby we ship)

ok jeremy@ sthen@
2022-07-08 01:57:20 +00:00

22 lines
376 B
Makefile

COMMENT = Ruby parser written in pure Ruby
DISTNAME = ruby_parser-2.3.1
REVISION = 2
CATEGORIES = devel
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-sexp_processor,${MODRUBY_FLAVOR}>=3.0,<4.0
TEST_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR}
MODRUBY_TEST = rake
.include <bsd.port.mk>