18 lines
319 B
Makefile
18 lines
319 B
Makefile
# $OpenBSD: Makefile,v 1.27 2017/11/05 17:27:20 jasper Exp $
|
|
|
|
COMMENT= simple rake/rubygems helper for project Rakefiles
|
|
|
|
DISTNAME= hoe-3.16.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>
|