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

17 lines
565 B
Makefile

# $OpenBSD: Makefile,v 1.11 2012/09/23 16:57:32 jeremy Exp $
COMMENT = allows DataMapper models and collections to be serialized
DISTNAME = dm-serializer-${VERSION}
REVISION = 2
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}${DM_REL_VER_SPEC} \
converters/ruby-json,${MODRUBY_FLAVOR}>=1.4,<2.0 \
textproc/ruby-fastercsv,${MODRUBY_FLAVOR}>=1.5.3,<1.6
REGRESS_DEPENDS = converters/ruby-json,${MODRUBY_FLAVOR} \
databases/ruby-do_sqlite3,${MODRUBY_FLAVOR} \
databases/ruby-datamapper/validations,${MODRUBY_FLAVOR}
.include <bsd.port.mk>