c3579f1baf
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
14 lines
413 B
Makefile
14 lines
413 B
Makefile
# $OpenBSD: Makefile,v 1.4 2012/09/23 16:57:32 jeremy Exp $
|
|
|
|
COMMENT = DataMapper plugin constraining relationships
|
|
|
|
DISTNAME = dm-constraints-${VERSION}
|
|
REVISION = 2
|
|
|
|
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}${DM_REL_VER_SPEC} \
|
|
databases/ruby-datamapper/migrations,${MODRUBY_FLAVOR}${DM_REL_VER_SPEC}
|
|
|
|
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|