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

20 lines
466 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/01/30 02:40:59 bernd Exp $
COMMENT = model factory for DataMapper
DISTNAME = dm-sweatshop-${VERSION}
RUN_DEPENDS = ::databases/ruby-datamapper/core \
::textproc/ruby-randexp
REGRESS_DEPENDS = ::devel/ruby-rake \
::devel/ruby-rspec \
::databases/ruby-datamapper/validations \
::databases/ruby-do_sqlite3 \
::devel/ruby-parsetree
do-regress:
@cd ${WRKBUILD} && ${LOCALBASE}/bin/rake spec
.include <bsd.port.mk>