be8732b540
extlib is a general Ruby extensions serving DataMapper and DataObjects, but available for any project.
31 lines
601 B
Makefile
31 lines
601 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/30 00:46:36 bernd Exp $
|
|
|
|
COMMENT = Ruby extensions serving DataMapper and DataObjects
|
|
|
|
DISTNAME = extlib-0.9.10
|
|
PKGNAME = ruby-${DISTNAME}
|
|
CATEGORIES = devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=extlib/}
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
PKG_ARCH = *
|
|
|
|
REGRESS_DEPENDS = ::devel/ruby-rake \
|
|
::devel/ruby-rspec \
|
|
::converters/ruby-json
|
|
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ${LOCALBASE}/bin/rake spec
|
|
|
|
.include <bsd.port.mk>
|