openbsd-ports/devel/ruby-ruby_parser/Makefile

25 lines
479 B
Makefile

# $OpenBSD: Makefile,v 1.16 2019/07/12 20:46:00 sthen Exp $
COMMENT = Ruby parser written in pure Ruby
DISTNAME = ruby_parser-2.3.1
REVISION = 1
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} \
devel/ruby-minitest,${MODRUBY_FLAVOR}
MODRUBY_TEST = rake
.include <bsd.port.mk>