diff options
Diffstat (limited to 'finance/ruby-activemerchant/Makefile')
-rw-r--r-- | finance/ruby-activemerchant/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/finance/ruby-activemerchant/Makefile b/finance/ruby-activemerchant/Makefile index 628d8b9aefe..18da29afeb9 100644 --- a/finance/ruby-activemerchant/Makefile +++ b/finance/ruby-activemerchant/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2011/06/19 08:15:29 taca Exp $ +# $NetBSD: Makefile,v 1.5 2011/08/13 01:05:17 taca Exp $ -DISTNAME= activemerchant-1.15.0 +DISTNAME= activemerchant-1.16.0 CATEGORIES= finance MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,9 +8,12 @@ HOMEPAGE= http://activemerchant.org/ COMMENT= Ruby library for credit card processing LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.8:../../devel/ruby-activesupport +DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.0.0:../../textproc/ruby-builder DEPENDS+= ${RUBY_PKGPREFIX}-braintree>=2.0.0:../../finance/ruby-braintree +DEPENDS+= ${RUBY_PKGPREFIX}-json>=1.5.1:../../textproc/ruby-json + +RUBY_RAILS= 2 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |