openbsd-ports/devel/ruby-thor/Makefile
2022-08-05 16:17:09 +00:00

20 lines
350 B
Makefile

COMMENT = scripting framework to replace rake/sake/rubigen
DISTNAME = thor-1.2.1
CATEGORIES = devel
HOMEPAGE = http://whatisthor.com/
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
# XXX: unported dependency
#MODRUBY_TEST = rspec3
#TEST_DEPENDS = devel/ruby-simplecov,${MODRUBY_FLAVOR}
.include <bsd.port.mk>