016f7a6e34
DataMapper is an Ruby O/R Mapper based on the DataMapper pattern.
17 lines
383 B
Makefile
17 lines
383 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/30 02:40:55 bernd Exp $
|
|
|
|
COMMENT = magically add timestamps to DataMapper models
|
|
|
|
DISTNAME = dm-timestamps-${VERSION}
|
|
|
|
RUN_DEPENDS = ::databases/ruby-datamapper/core
|
|
|
|
REGRESS_DEPENDS = ::devel/ruby-rake \
|
|
::devel/ruby-rspec \
|
|
::databases/ruby-do_sqlite3
|
|
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ${LOCALBASE}/bin/rake spec
|
|
|
|
.include <bsd.port.mk>
|