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

13 lines
304 B
Makefile
Raw Normal View History

2010-01-10 19:28:06 -05:00
# $OpenBSD: Makefile,v 1.7 2010/01/11 00:28:06 msf 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}
2010-01-10 19:28:06 -05:00
PKGNAME = ruby-${DISTNAME}p1
2009-01-31 07:40:06 -05:00
RUN_DEPENDS = ::www/ruby-merb/core \
::databases/ruby-activerecord
.include <bsd.port.mk>