openbsd-ports/databases/ruby-datamapper/core/Makefile

16 lines
447 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2012/09/23 16:57:32 jeremy Exp $
COMMENT = Object Relational Mapper written in Ruby
DISTNAME = dm-core-${VERSION}
REVISION = 2
RUN_DEPENDS = devel/ruby-extlib,${MODRUBY_FLAVOR}>=0.9.15,<0.10 \
www/ruby-addressable,${MODRUBY_FLAVOR}>=2.2,<3.0
REGRESS_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR} \
databases/ruby-do_sqlite3,${MODRUBY_FLAVOR} \
textproc/ruby-fastercsv,${MODRUBY_FLAVOR}
.include <bsd.port.mk>