openbsd-ports/databases/ruby-datamapper/core/Makefile
jeremy c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00

16 lines
447 B
Makefile

# $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>