4f9664ab00
OK landry@
13 lines
331 B
Makefile
13 lines
331 B
Makefile
# $OpenBSD: Makefile,v 1.13 2011/01/06 04:24:25 jeremy Exp $
|
|
|
|
COMMENT = plugin for the Merb that provides activerecord access
|
|
|
|
VERSION = 1.0.0.1
|
|
DISTNAME = merb_activerecord-${VERSION}
|
|
REVISION = 6
|
|
|
|
RUN_DEPENDS = www/ruby-merb/core,${MODRUBY_FLAVOR}>=0.9.9 \
|
|
databases/ruby-activerecord,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|