openbsd-ports/www/ruby-merb/activerecord/Makefile

13 lines
336 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2010/11/24 21:35:16 jeremy Exp $
2009-01-31 07:40:06 -05:00
COMMENT = plugin for the Merb that provides activerecord access
2009-01-31 07:40:06 -05:00
VERSION = 1.0.0.1
DISTNAME = merb_activerecord-${VERSION}
REVISION = 4
RUN_DEPENDS = www/ruby-merb/core,${MODRUBY_FLAVOR}>=${VERSION} \
databases/ruby-activerecord,${MODRUBY_FLAVOR}
.include <bsd.port.mk>