mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4f9664ab00
OK landry@
13 lines
330 B
Makefile
13 lines
330 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/01/06 04:24:22 jeremy Exp $
|
|
|
|
COMMENT = write and specify DataMapper migrations
|
|
|
|
DISTNAME = dm-migrations-${VERSION}
|
|
REVISION = 0
|
|
|
|
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}${DM_REL_VER_SPEC}
|
|
|
|
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|