13 lines
329 B
Makefile
13 lines
329 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/09/16 08:48:04 espie Exp $
|
|
|
|
COMMENT = write and specify DataMapper migrations
|
|
|
|
DISTNAME = dm-migrations-${VERSION}
|
|
REVISION = 1
|
|
|
|
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}${DM_REL_VER_SPEC}
|
|
|
|
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|