2012-09-23 12:57:32 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2012/09/23 16:57:32 jeremy Exp $
|
2010-12-08 17:20:07 -05:00
|
|
|
|
|
|
|
COMMENT = transaction support for DataMapper
|
|
|
|
|
|
|
|
DISTNAME = dm-transactions-${VERSION}
|
2012-09-23 12:57:32 -04:00
|
|
|
REVISION = 2
|
2010-12-08 17:20:07 -05:00
|
|
|
|
|
|
|
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}${DM_REL_VER_SPEC}
|
|
|
|
|
|
|
|
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|