2008-06-14 19:46:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2008/06/14 23:46:38 landry Exp $
|
2007-05-29 00:25:59 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= generic active transaction support for ruby objects
|
2007-05-29 00:25:59 -04:00
|
|
|
|
|
|
|
DISTNAME= transaction-simple-1.4.0
|
2008-06-14 19:46:37 -04:00
|
|
|
PKGNAME= ruby-${DISTNAME}p1
|
2007-05-29 00:25:59 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
# mit
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2007-06-01 12:17:55 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=trans-simple/}
|
2007-05-29 00:25:59 -04:00
|
|
|
|
|
|
|
MODULES= lang/ruby
|
|
|
|
|
2008-01-14 14:20:12 -05:00
|
|
|
GEM_SKIPDEPENDS=hoe
|
2007-05-29 00:25:59 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
|
|
|
|
PKG_ARCH= *
|
|
|
|
|
2008-01-14 14:20:12 -05:00
|
|
|
do-regress:
|
|
|
|
@cd ${WRKBUILD} && ${RUBY} test/test_all.rb
|
|
|
|
|
2007-05-29 00:25:59 -04:00
|
|
|
.include <bsd.port.mk>
|