ec54adfe61
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR. Remove dependency on parsetree, since it isn't a required dependency, and parsetree does not run on ruby 1.9.
15 lines
436 B
Makefile
15 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.10 2012/09/23 16:58:40 jeremy Exp $
|
|
|
|
COMMENT = model factory for DataMapper
|
|
|
|
DISTNAME = dm-sweatshop-${VERSION}
|
|
REVISION = 2
|
|
|
|
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}${DM_REL_VER_SPEC} \
|
|
textproc/ruby-randexp,${MODRUBY_FLAVOR}>=0.1.5,<0.2
|
|
|
|
REGRESS_DEPENDS = databases/ruby-datamapper/validations,${MODRUBY_FLAVOR} \
|
|
databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|