pkgsrc/www/merb-activerecord/Makefile
jlam 37633d7145 Initial import of merb-activerecord-0.9.2 as www/merb-activerecord.
This package contains a plugin for the Merb framework that provides
access to the ActiveRecord ORM.
2008-04-04 15:23:15 +00:00

15 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:23:15 jlam Exp $
DISTNAME= merb_activerecord-0.9.2
PKGNAME= ${DISTNAME:S/_/-/g}
CATEGORIES= databases www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.merbivore.com/
COMMENT= Merb plugin for the ActiveRecord ORM
DEPENDS+= merb-core>=0.9.2:../../www/merb-core
DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=1.2.6:../../databases/ruby-activerecord
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"