29 lines
543 B
Makefile
29 lines
543 B
Makefile
# $OpenBSD: Makefile,v 1.6 2008/06/14 23:57:18 landry Exp $
|
|
|
|
COMMENT= Ruby library to create XML markup and data structures
|
|
|
|
DISTNAME= builder-2.1.2
|
|
PKGNAME= ruby-${DISTNAME}p0
|
|
CATEGORIES= textproc
|
|
|
|
# mit
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=builder/}
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
PKG_ARCH= *
|
|
|
|
REGRESS_DEPENDS = ::devel/ruby-rake
|
|
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ${LOCALBASE}/bin/rake test_all
|
|
|
|
.include <bsd.port.mk>
|