openbsd-ports/databases/ruby-datamapper/validations/Makefile

13 lines
340 B
Makefile
Raw Normal View History

2011-09-16 04:48:01 -04:00
# $OpenBSD: Makefile,v 1.9 2011/09/16 08:48:04 espie Exp $
COMMENT = provides validations for DataMapper model classes
DISTNAME = dm-validations-${VERSION}
2011-09-16 04:48:01 -04:00
REVISION = 1
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}${DM_REL_VER_SPEC}
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
.include <bsd.port.mk>