198953c52f
we have in tree. take maintainership ok bernd@
12 lines
275 B
Makefile
12 lines
275 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/01/02 00:28:55 msf 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>
|