11 lines
260 B
Makefile
11 lines
260 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/26 09:27:17 bernd Exp $
|
||
|
|
||
|
COMMENT= plugin for the Merb that provides activerecord access
|
||
|
|
||
|
DISTNAME= merb_activerecord-${VERSION}
|
||
|
|
||
|
RUN_DEPENDS= ::www/ruby-merb/core \
|
||
|
::databases/ruby-activerecord
|
||
|
|
||
|
.include <bsd.port.mk>
|