diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-12 21:40:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-12 21:40:01 +0000 |
commit | 7deefa953bee6fb2b6fa01b2f621e7c734aa1d78 (patch) | |
tree | 638cd227893038e39aed37905a9d6b6964b03ec2 /finance | |
parent | e01e4b2f141d60293152c4eacc53e3e99d54b5e0 (diff) | |
download | ports-7deefa953bee6fb2b6fa01b2f621e7c734aa1d78.tar.gz ports-7deefa953bee6fb2b6fa01b2f621e7c734aa1d78.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile | 10 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile b/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile index d8261ee5592a..2b85745c0b4a 100644 --- a/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile +++ b/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Business-OnlinePayment-AuthorizeNet -PORTVERSION= 3.22 -PORTREVISION= 1 +PORTVERSION= 3.23 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,13 +10,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for Authorize.Net -RUN_DEPENDS= p5-Business-OnlinePayment>=3:${PORTSDIR}/finance/p5-Business-OnlinePayment \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Business-OnlinePayment>=3:${PORTSDIR}/finance/p5-Business-OnlinePayment \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \ p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo b/finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo index 24f9bd859791..75cedd591cb0 100644 --- a/finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo +++ b/finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo @@ -1,2 +1,2 @@ -SHA256 (Business-OnlinePayment-AuthorizeNet-3.22.tar.gz) = aeb553c29c0796b5caa5e930d3ecc9884cd19b60abb1dee7f28af0997eca99a2 -SIZE (Business-OnlinePayment-AuthorizeNet-3.22.tar.gz) = 22716 +SHA256 (Business-OnlinePayment-AuthorizeNet-3.23.tar.gz) = 302e89c09a8b66866d483c951eb3be6f3da3e8cfb885ea4c9fd7a4af13f7d1d6 +SIZE (Business-OnlinePayment-AuthorizeNet-3.23.tar.gz) = 23120 |