2010-01-10 03:46:04 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/01/10 08:46:04 msf Exp $
|
2009-01-31 07:13:34 -05:00
|
|
|
|
|
|
|
COMMENT = DataMapper ORM plugin
|
|
|
|
|
|
|
|
DISTNAME = merb_datamapper-${VERSION}
|
2010-01-10 03:46:04 -05:00
|
|
|
PKGNAME = ruby-${DISTNAME}p0
|
2009-01-31 07:13:34 -05:00
|
|
|
|
2010-01-01 19:28:55 -05:00
|
|
|
RUN_DEPENDS = :ruby-dm-core->=0.10.0:databases/ruby-datamapper/core \
|
2010-01-10 03:46:04 -05:00
|
|
|
:ruby-dm-migrations->=0.10.0:databases/ruby-datamapper/migrations \
|
2010-01-01 19:28:55 -05:00
|
|
|
:ruby-merb-core->=${VERSION}:www/ruby-merb/core
|
2009-01-31 07:13:34 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|