openbsd-ports/databases/ruby-datamapper/data_mapper/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

21 lines
872 B
Makefile

# $OpenBSD: Makefile,v 1.4 2012/09/23 16:57:32 jeremy Exp $
COMMENT = ruby Object Relational Mapper
DISTNAME = data_mapper-${VERSION}
REVISION = 2
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}=${VERSION} \
databases/ruby-datamapper/aggregates,${MODRUBY_FLAVOR}=${VERSION} \
databases/ruby-datamapper/constraints,${MODRUBY_FLAVOR}=${VERSION} \
databases/ruby-datamapper/migrations,${MODRUBY_FLAVOR}=${VERSION} \
databases/ruby-datamapper/serializer,${MODRUBY_FLAVOR}=${VERSION} \
databases/ruby-datamapper/timestamps,${MODRUBY_FLAVOR}=${VERSION} \
databases/ruby-datamapper/transactions,${MODRUBY_FLAVOR}=${VERSION} \
databases/ruby-datamapper/types,${MODRUBY_FLAVOR}=${VERSION} \
databases/ruby-datamapper/validations,${MODRUBY_FLAVOR}=${VERSION} \
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
.include <bsd.port.mk>