summaryrefslogtreecommitdiff
path: root/finance/ruby-activemerchant/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-02-05 16:13:03 +0000
committertaca <taca@pkgsrc.org>2021-02-05 16:13:03 +0000
commitc854e4228373e5c713f0c29d97d187e347fc8154 (patch)
tree5687956e9a8667055d91afb9c156cb61161e3d29 /finance/ruby-activemerchant/Makefile
parent6321102ae0541b8120c85227ba7a80513ce536b4 (diff)
downloadpkgsrc-c854e4228373e5c713f0c29d97d187e347fc8154.tar.gz
finance/ruby-activemerchant: update to 1.118.0
Changes from 1.20.0 are too many to write here, please refer <https://github.com/activemerchant/active_merchant/releases> in detail.
Diffstat (limited to 'finance/ruby-activemerchant/Makefile')
-rw-r--r--finance/ruby-activemerchant/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/finance/ruby-activemerchant/Makefile b/finance/ruby-activemerchant/Makefile
index 4353e7f5277..e85e36fb72e 100644
--- a/finance/ruby-activemerchant/Makefile
+++ b/finance/ruby-activemerchant/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2011/12/15 15:34:16 taca Exp $
+# $NetBSD: Makefile,v 1.8 2021/02/05 16:13:03 taca Exp $
-DISTNAME= activemerchant-1.20.0
+DISTNAME= activemerchant-1.118.0
CATEGORIES= finance
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,7 +8,14 @@ HOMEPAGE= http://activemerchant.org/
COMMENT= Ruby library for credit card processing
LICENSE= mit
+DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.0.0:../../textproc/ruby-builder
+#DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.6.9:../../devel/ruby-i18n
+DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.4<2:../../textproc/ruby-nokogiri
+
+USE_LANGUAGES= # empty
+
+RUBY_RAILS_ACCEPTED= # empty
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"