2012-09-23 12:57:32 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2012/09/23 16:57:33 jeremy Exp $
|
2007-05-29 00:24:52 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= simple rake/rubygems helper for project Rakefiles
|
2007-05-29 00:24:52 -04:00
|
|
|
|
2011-11-17 12:29:28 -05:00
|
|
|
DISTNAME= hoe-2.12.3
|
2012-09-23 12:57:32 -04:00
|
|
|
REVISION = 0
|
2007-05-29 00:24:52 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
2011-11-17 12:29:28 -05:00
|
|
|
# MIT
|
2007-05-29 00:24:52 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= lang/ruby
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2011-03-25 12:44:06 -04:00
|
|
|
RUN_DEPENDS= ${MODRUBY_RAKE_DEPENDS}
|
2007-05-29 00:24:52 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
|
2011-11-17 12:29:28 -05:00
|
|
|
# Regress doesn't work in ruby 1.8, because it ships with
|
|
|
|
# an old version of rdoc.
|
|
|
|
REGRESS_DEPENDS = math/graphviz
|
|
|
|
MODRUBY_REGRESS = rake
|
2011-03-25 12:44:06 -04:00
|
|
|
|
2007-05-29 00:24:52 -04:00
|
|
|
.include <bsd.port.mk>
|