diff options
Diffstat (limited to 'www/merb-sequel/Makefile')
-rw-r--r-- | www/merb-sequel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/merb-sequel/Makefile b/www/merb-sequel/Makefile index 90f28ca4dbb..2738a27e426 100644 --- a/www/merb-sequel/Makefile +++ b/www/merb-sequel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:00 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2008/04/13 06:58:03 jlam Exp $ DISTNAME= merb_sequel-0.9.2 PKGNAME= ${DISTNAME:S/_/-/g} +PKGREVISION= 1 CATEGORIES= databases www MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,8 +10,7 @@ HOMEPAGE= http://www.merbivore.com/ COMMENT= Merb plugin for the Sequel ORM DEPENDS+= merb-core>=0.9.2:../../www/merb-core -DEPENDS+= ${RUBY_PKGPREFIX}-sequel>=1.0.0:../../databases/ruby-sequel -DEPENDS+= ${RUBY_PKGPREFIX}-sequel-model>=0.3.3:../../databases/ruby-sequel-model +DEPENDS+= ${RUBY_PKGPREFIX}-sequel>=1.4.0:../../databases/ruby-sequel .include "../../misc/rubygems/rubygem.mk" .include "../../mk/bsd.pkg.mk" |