openbsd-ports/databases/ruby-datamapper/serializer/Makefile
2010-12-08 22:26:18 +00:00

16 lines
551 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/12/08 22:26:19 jeremy Exp $
COMMENT = allows DataMapper models and collections to be serialized
DISTNAME = dm-serializer-${VERSION}
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>