12 lines
277 B
Makefile
12 lines
277 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/01/31 12:40:06 bernd Exp $
|
|
|
|
COMMENT = plugin for the Merb that provides activerecord access
|
|
|
|
VERSION = 1.0.0.1
|
|
DISTNAME = merb_activerecord-${VERSION}
|
|
|
|
RUN_DEPENDS = ::www/ruby-merb/core \
|
|
::databases/ruby-activerecord
|
|
|
|
.include <bsd.port.mk>
|