openbsd-ports/devel/ruby-rake/Makefile

31 lines
570 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.24 2013/03/11 10:50:30 espie Exp $
COMMENT= ruby make
DISTNAME= rake-0.9.2.2
REVISION = 0
CATEGORIES= devel
# MIT License
PERMIT_PACKAGE_CDROM= 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
2013-03-11 06:50:00 -04:00
TEST_DEPENDS=${FULLPKGNAME}:${BUILD_PKGPATH} \
2010-11-15 14:45:56 -05:00
devel/ruby-rcov \
devel/ruby-flexmock \
devel/ruby-minitest
2013-03-11 06:50:00 -04:00
MODRUBY_TEST=rake
2007-12-22 06:52:17 -05:00
.include <bsd.port.mk>