openbsd-ports/devel/ruby-transaction-simple/Makefile
landry ff2d68af50 bump PKGNAMEs after lang/ruby module change.
Fix CATEGORIES in rdt eclipse plugin.
in subversion, only bump subpackages that use lang/ruby module.
2008-06-14 23:46:37 +00:00

29 lines
532 B
Makefile

# $OpenBSD: Makefile,v 1.5 2008/06/14 23:46:38 landry Exp $
COMMENT= generic active transaction support for ruby objects
DISTNAME= transaction-simple-1.4.0
PKGNAME= ruby-${DISTNAME}p1
CATEGORIES= devel
# mit
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=trans-simple/}
MODULES= lang/ruby
GEM_SKIPDEPENDS=hoe
CONFIGURE_STYLE=ruby gem
PKG_ARCH= *
do-regress:
@cd ${WRKBUILD} && ${RUBY} test/test_all.rb
.include <bsd.port.mk>