2009-08-16 08:59:27 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2009/08/16 12:59:27 msf Exp $
|
2009-01-29 21:40:55 -05:00
|
|
|
|
|
|
|
COMMENT = magically add timestamps to DataMapper models
|
|
|
|
|
|
|
|
DISTNAME = dm-timestamps-${VERSION}
|
|
|
|
|
2009-08-16 08:59:27 -04:00
|
|
|
RUN_DEPENDS = :ruby-dm-core->=${VERSION}:databases/ruby-datamapper/core
|
2009-01-29 21:40:55 -05:00
|
|
|
|
2009-08-16 08:59:27 -04:00
|
|
|
REGRESS_DEPENDS = ::databases/ruby-do_sqlite3
|
2009-01-29 21:40:55 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|