2020-01-08 19:13:08 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.30 2020/01/08 19:13:08 jeremy Exp $
|
2007-05-29 04:24:52 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= simple rake/rubygems helper for project Rakefiles
|
2007-05-29 04:24:52 +00:00
|
|
|
|
2020-01-08 19:13:08 +00:00
|
|
|
DISTNAME= hoe-3.20.0
|
2007-05-29 04:24:52 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
2011-11-17 17:29:28 +00:00
|
|
|
# MIT
|
2019-07-12 20:45:45 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2007-05-29 04:24:52 +00:00
|
|
|
|
|
|
|
MODULES= lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
|
2019-03-14 07:41:04 +00:00
|
|
|
MODRUBY_TEST = rake
|
|
|
|
TEST_DEPENDS = devel/ruby-minitest,${MODRUBY_FLAVOR},>=5.11.3
|
2011-03-25 16:44:06 +00:00
|
|
|
|
2007-05-29 04:24:52 +00:00
|
|
|
.include <bsd.port.mk>
|