1c9d24fcc9
requested by naddy@
13 lines
304 B
Makefile
13 lines
304 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/01/11 00:28:06 msf Exp $
|
|
|
|
COMMENT = plugin for the Merb that provides activerecord access
|
|
|
|
VERSION = 1.0.0.1
|
|
DISTNAME = merb_activerecord-${VERSION}
|
|
PKGNAME = ruby-${DISTNAME}p1
|
|
|
|
RUN_DEPENDS = ::www/ruby-merb/core \
|
|
::databases/ruby-activerecord
|
|
|
|
.include <bsd.port.mk>
|