openbsd-ports/devel/ruby-rake/Makefile
jeremy 0ee6cb4137 Don't use the format-executable CONFIGURE_STYLE, as it has been removed.
Switch to setting GEM_FLAGS instead.  Explicitly set FLAVOR and FLAVORS
to ruby18, as other ruby implementations ship with rake.
2012-09-23 17:02:42 +00:00

34 lines
661 B
Makefile

# $OpenBSD: Makefile,v 1.23 2012/09/23 17:02:42 jeremy Exp $
COMMENT= ruby make
DISTNAME= rake-0.9.2.2
REVISION = 0
CATEGORIES= devel
# MIT License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
HOMEPAGE= http://rake.rubyforge.org/
MODULES= lang/ruby
CONFIGURE_STYLE=ruby gem
GEM_FLAGS= --format-executable
# ruby 1.9, jruby, and rubinius all ship with rake, so
# force the ruby18 FLAVOR.
FLAVORS= ruby18
FLAVOR= ruby18
REGRESS_DEPENDS=${FULLPKGNAME}:${BUILD_PKGPATH} \
devel/ruby-rcov \
devel/ruby-flexmock \
devel/ruby-minitest
MODRUBY_REGRESS=rake
.include <bsd.port.mk>