jeremy 2ba7224f38 Remove rcov from TEST_DEPENDS, as rcov was removed, and it's not even
necessary to run the tests.

Pointed out by nigel@
2014-09-28 15:43:32 +00:00

30 lines
587 B
Makefile

# $OpenBSD: Makefile,v 1.26 2014/09/28 15:43:32 jeremy 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
TEST_DEPENDS=${FULLPKGNAME}:${BUILD_PKGPATH} \
devel/ruby-flexmock,${MODRUBY_FLAVOR} \
devel/ruby-minitest,${MODRUBY_FLAVOR}
MODRUBY_TEST=rake
.include <bsd.port.mk>