19 lines
332 B
Makefile
19 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.25 2015/07/19 02:10:31 jeremy Exp $
|
|
|
|
COMMENT= simple rake/rubygems helper for project Rakefiles
|
|
|
|
DISTNAME= hoe-3.12.0
|
|
REVISION = 1
|
|
CATEGORIES= devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
# Tests require minitest > 5.3, which isn't in ports.
|
|
|
|
.include <bsd.port.mk>
|