4f9664ab00
OK landry@
13 lines
365 B
Makefile
13 lines
365 B
Makefile
# $OpenBSD: Makefile,v 1.10 2011/01/06 04:24:25 jeremy Exp $
|
|
|
|
COMMENT = DataMapper ORM plugin
|
|
|
|
DISTNAME = merb_datamapper-1.1.2
|
|
REVISION = 0
|
|
|
|
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}>=0.10.2 \
|
|
databases/ruby-datamapper/migrations,${MODRUBY_FLAVOR}>=0.10.2 \
|
|
www/ruby-merb/core,${MODRUBY_FLAVOR}${MERB_REL_VER_SPEC}
|
|
|
|
.include <bsd.port.mk>
|