Remove dependency on hoe and enable regression tests.
ok jcs@
This commit is contained in:
parent
079fabd16e
commit
18ca3a42f0
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.3 2007/09/16 02:53:13 merdely Exp $
|
# $OpenBSD: Makefile,v 1.4 2008/01/14 19:20:12 bernd Exp $
|
||||||
|
|
||||||
COMMENT= generic active transaction support for ruby objects
|
COMMENT= generic active transaction support for ruby objects
|
||||||
|
|
||||||
DISTNAME= transaction-simple-1.4.0
|
DISTNAME= transaction-simple-1.4.0
|
||||||
PKGNAME= ruby-${DISTNAME}
|
PKGNAME= ruby-${DISTNAME}p0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
# mit
|
# mit
|
||||||
@ -16,11 +16,13 @@ MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=trans-simple/}
|
|||||||
|
|
||||||
MODULES= lang/ruby
|
MODULES= lang/ruby
|
||||||
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
GEM_SKIPDEPENDS=hoe
|
||||||
RUN_DEPENDS= :ruby-hoe-1.2.1:devel/ruby-hoe
|
|
||||||
|
|
||||||
CONFIGURE_STYLE=ruby gem
|
CONFIGURE_STYLE=ruby gem
|
||||||
|
|
||||||
PKG_ARCH= *
|
PKG_ARCH= *
|
||||||
|
|
||||||
|
do-regress:
|
||||||
|
@cd ${WRKBUILD} && ${RUBY} test/test_all.rb
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user