mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add p5-Business-OnlinePayment-AuthorizeNet 3.11, a Business::OnlinePayment
backend module for Authorize.Net.
This commit is contained in:
parent
0c20db3751
commit
adef9a7768
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68794
28
finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile
Normal file
28
finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: Business::OnlinePayment::AuthorizeNet
|
||||
# Date created: 24 October 2002
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Business-OnlinePayment-AuthorizeNet
|
||||
PORTVERSION= 3.11
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Business
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \
|
||||
${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment \
|
||||
${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
MAN3= Business::OnlinePayment::AuthorizeNet.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo
Normal file
1
finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Business-OnlinePayment-AuthorizeNet-3.11.tar.gz) = c4fac4b3892433f379cdb21ce2d09250
|
@ -0,0 +1 @@
|
||||
A Business::OnlinePayment backend module for Authorize.Net
|
5
finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-descr
Normal file
5
finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is Business::OnlinePayment::AuthorizeNet, an Business::OnlinePayment
|
||||
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.
|
5
finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist
Normal file
5
finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/AuthorizeNet.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/AuthorizeNet/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/AuthorizeNet/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/AuthorizeNet
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/AuthorizeNet
|
@ -213,6 +213,7 @@
|
||||
SUBDIR += p5-Business-ISSN
|
||||
SUBDIR += p5-Business-OnlinePayment
|
||||
SUBDIR += p5-Business-OnlinePayment-2CheckOut
|
||||
SUBDIR += p5-Business-OnlinePayment-AuthorizeNet
|
||||
SUBDIR += p5-Business-OnlinePayment-TCLink
|
||||
SUBDIR += p5-Business-OnlinePayment-VirtualNet
|
||||
SUBDIR += p5-Business-OnlinePayment-WorldPay-Junior
|
||||
|
28
misc/p5-Business-OnlinePayment-AuthorizeNet/Makefile
Normal file
28
misc/p5-Business-OnlinePayment-AuthorizeNet/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: Business::OnlinePayment::AuthorizeNet
|
||||
# Date created: 24 October 2002
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Business-OnlinePayment-AuthorizeNet
|
||||
PORTVERSION= 3.11
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Business
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \
|
||||
${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment \
|
||||
${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
MAN3= Business::OnlinePayment::AuthorizeNet.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/p5-Business-OnlinePayment-AuthorizeNet/distinfo
Normal file
1
misc/p5-Business-OnlinePayment-AuthorizeNet/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Business-OnlinePayment-AuthorizeNet-3.11.tar.gz) = c4fac4b3892433f379cdb21ce2d09250
|
1
misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-comment
Normal file
1
misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Business::OnlinePayment backend module for Authorize.Net
|
5
misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-descr
Normal file
5
misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is Business::OnlinePayment::AuthorizeNet, an Business::OnlinePayment
|
||||
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.
|
5
misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist
Normal file
5
misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/AuthorizeNet.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/AuthorizeNet/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/AuthorizeNet/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/AuthorizeNet
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/AuthorizeNet
|
Loading…
Reference in New Issue
Block a user