17 lines
564 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2011/01/06 04:24:22 jeremy Exp $
COMMENT = allows DataMapper models and collections to be serialized
DISTNAME = dm-serializer-${VERSION}
REVISION = 0
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>