openbsd-ports/databases/ruby-datamapper/serializer/Makefile
bernd 016f7a6e34 Initial import of DataMapper 0.9.10 and some extensions.
DataMapper is an Ruby O/R Mapper based on the DataMapper pattern.
2009-01-30 02:40:55 +00:00

18 lines
423 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/01/30 02:40:58 bernd Exp $
COMMENT = allows DataMapper models and collections to be serialized
DISTNAME = dm-serializer-${VERSION}
RUN_DEPENDS = ::databases/ruby-datamapper/core
REGRESS_DEPENDS = ::devel/ruby-rake \
::devel/ruby-rspec \
::converters/ruby-json \
::databases/ruby-do_sqlite3
do-regress:
@cd ${WRKBUILD} && ${LOCALBASE}/bin/rake spec
.include <bsd.port.mk>