16 lines
443 B
Makefile
16 lines
443 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/11 02:52:08 espie Exp $
|
|
|
|
COMMENT = Object Relational Mapper written in Ruby
|
|
|
|
DISTNAME = dm-core-${VERSION}
|
|
REVISION = 2
|
|
|
|
RUN_DEPENDS = devel/ruby-extlib,${MODRUBY_FLAVOR}>=0.9.15,<0.10 \
|
|
www/ruby-addressable,${MODRUBY_FLAVOR}>=2.2,<3.0
|
|
|
|
TEST_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR} \
|
|
databases/ruby-do_sqlite3,${MODRUBY_FLAVOR} \
|
|
textproc/ruby-fastercsv,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|