2012-09-23 16:57:32 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2012/09/23 16:57:33 jeremy Exp $
|
2009-01-30 00:46:36 +00:00
|
|
|
|
|
|
|
COMMENT = Ruby extensions serving DataMapper and DataObjects
|
|
|
|
|
2010-12-08 22:40:02 +00:00
|
|
|
DISTNAME = extlib-0.9.15
|
2012-09-23 16:57:32 +00:00
|
|
|
REVISION = 2
|
2009-01-30 00:46:36 +00:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
|
2010-12-08 22:40:02 +00:00
|
|
|
MODRUBY_REGRESS = rake rspec
|
2011-11-17 16:08:00 +00:00
|
|
|
REGRESS_DEPENDS = converters/ruby-json,${MODRUBY_FLAVOR} \
|
|
|
|
devel/ruby-jeweler,${MODRUBY_FLAVOR}
|
2009-01-30 00:46:36 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|