Update to 3.20

PR:		128166
Submitted by:	leeym
This commit is contained in:
Erwin Lansing 2008-10-17 09:26:22 +00:00
parent 20f73a8de4
commit 3fd684daef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221675
4 changed files with 20 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Business-OnlinePayment-AuthorizeNet
PORTVERSION= 3.17
PORTVERSION= 3.20
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,13 +14,17 @@ PKGNAMEPREFIX= p5-
MAINTAINER= erwin@FreeBSD.org
COMMENT= A Business::OnlinePayment backend module for Authorize.Net
BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \
${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment \
${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS
RUN_DEPENDS= ${BUILD_DEPENDS}
RUN_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
PERL_CONFIGURE= yes
MAN3= Business::OnlinePayment::AuthorizeNet.3
MAN3= Business::OnlinePayment::AuthorizeNet.3 \
Business::OnlinePayment::AuthorizeNet::AIM.3 \
Business::OnlinePayment::AuthorizeNet::ARB.3
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (Business-OnlinePayment-AuthorizeNet-3.17.tar.gz) = 34994b265a0f55bc17d48cdc025d336a
SHA256 (Business-OnlinePayment-AuthorizeNet-3.17.tar.gz) = 4ac57173ffb1564f0e29ff304aa2b45654f1dfceeaefe4fd55bf883a65105651
SIZE (Business-OnlinePayment-AuthorizeNet-3.17.tar.gz) = 8520
MD5 (Business-OnlinePayment-AuthorizeNet-3.20.tar.gz) = 01d1ce4b9bc4064ba2d0dcaf71f8313b
SHA256 (Business-OnlinePayment-AuthorizeNet-3.20.tar.gz) = 0dde6d7d5c536983a99944e1a7e2586132db2cde892d611952cefcdbd51678b9
SIZE (Business-OnlinePayment-AuthorizeNet-3.20.tar.gz) = 14373

View File

@ -3,3 +3,5 @@ backend module for Authorize.Net. It is only useful if you have a merchant
account with Authorize.Net: http://www.authorize.net
This module has been updated and now implements Authorize.Net API version 3.1.
WWW: http://search.cpan.org/dist/Business-OnlinePayment-AuthorizeNet/

View File

@ -1,5 +1,8 @@
%%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet.pm
%%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet/AIM.pm
%%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet/ARB.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/AuthorizeNet/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/AuthorizeNet
@dirrm %%SITE_PERL%%/auto/Business/OnlinePayment/AuthorizeNet
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/AuthorizeNet
@dirrmtry %%SITE_PERL%%/auto/Business/OnlinePayment/AuthorizeNet
@dirrmtry %%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet
@dirrmtry %%SITE_PERL%%/Business/OnlinePayment