22 lines
418 B
Makefile
22 lines
418 B
Makefile
# $OpenBSD: Makefile,v 1.3 2016/01/10 19:47:32 jasper Exp $
|
|
|
|
COMMENT = scripting framework to replace rake/sake/rubigen
|
|
|
|
DISTNAME = thor-0.19.1
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://whatisthor.com/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = 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>
|