Remove test target, depends on rcov which doesn't work on newer

versions of ruby.
This commit is contained in:
jeremy 2013-10-06 00:18:00 +00:00
parent 3c5613f477
commit aa5105e31c
2 changed files with 2 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:42:46 espie Exp $
# $OpenBSD: Makefile,v 1.13 2013/10/06 00:18:00 jeremy Exp $
COMMENT= alternative to ruby ri command-line tool
@ -15,7 +15,4 @@ MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
TEST_DEPENDS= devel/ruby-rcov,${MODRUBY_FLAVOR}
MODRUBY_TEST= rake
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:42:47 espie Exp $
# $OpenBSD: Makefile,v 1.14 2013/10/06 00:18:27 jeremy Exp $
COMMENT = generate random strings from most regular expressions
@ -13,8 +13,4 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
TEST_DEPENDS = devel/ruby-rcov,${MODRUBY_FLAVOR}
MODRUBY_TEST = rake rspec
MODRUBY_TEST_TARGET = specs
.include <bsd.port.mk>