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

13 lines
338 B
Makefile
Raw Normal View History

2013-03-10 22:52:04 -04:00
# $OpenBSD: Makefile,v 1.11 2013/03/11 02:52:08 espie Exp $
COMMENT = provides validations for DataMapper model classes
DISTNAME = dm-validations-${VERSION}
REVISION = 2
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}${DM_REL_VER_SPEC}
2013-03-10 22:52:04 -04:00
TEST_DEPENDS = databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
.include <bsd.port.mk>