2012-09-23 12:57:32 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2012/09/23 16:57:33 jeremy Exp $
|
2009-01-29 19:46:36 -05:00
|
|
|
|
|
|
|
COMMENT = Ruby extensions serving DataMapper and DataObjects
|
|
|
|
|
2010-12-08 17:40:02 -05:00
|
|
|
DISTNAME = extlib-0.9.15
|
2012-09-23 12:57:32 -04:00
|
|
|
REVISION = 2
|
2009-01-29 19:46:36 -05: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 17:40:02 -05:00
|
|
|
MODRUBY_REGRESS = rake rspec
|
2011-11-17 11:08:00 -05:00
|
|
|
REGRESS_DEPENDS = converters/ruby-json,${MODRUBY_FLAVOR} \
|
|
|
|
devel/ruby-jeweler,${MODRUBY_FLAVOR}
|
2009-01-29 19:46:36 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|