diff options
11 files changed, 81 insertions, 0 deletions
diff --git a/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile b/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile new file mode 100644 index 000000000000..947870599237 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile @@ -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> diff --git a/finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo b/finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo new file mode 100644 index 000000000000..01f2d50b243d --- /dev/null +++ b/finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-AuthorizeNet-3.11.tar.gz) = c4fac4b3892433f379cdb21ce2d09250 diff --git a/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-comment b/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-comment new file mode 100644 index 000000000000..e143287f4177 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-comment @@ -0,0 +1 @@ +A Business::OnlinePayment backend module for Authorize.Net diff --git a/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-descr b/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-descr new file mode 100644 index 000000000000..df9d9a19946d --- /dev/null +++ b/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-descr @@ -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. diff --git a/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist b/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist new file mode 100644 index 000000000000..4d1c194c51f9 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist @@ -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 diff --git a/misc/Makefile b/misc/Makefile index 386e9b676fbb..92744bb5e059 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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 diff --git a/misc/p5-Business-OnlinePayment-AuthorizeNet/Makefile b/misc/p5-Business-OnlinePayment-AuthorizeNet/Makefile new file mode 100644 index 000000000000..947870599237 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-AuthorizeNet/Makefile @@ -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> diff --git a/misc/p5-Business-OnlinePayment-AuthorizeNet/distinfo b/misc/p5-Business-OnlinePayment-AuthorizeNet/distinfo new file mode 100644 index 000000000000..01f2d50b243d --- /dev/null +++ b/misc/p5-Business-OnlinePayment-AuthorizeNet/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-AuthorizeNet-3.11.tar.gz) = c4fac4b3892433f379cdb21ce2d09250 diff --git a/misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-comment b/misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-comment new file mode 100644 index 000000000000..e143287f4177 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-comment @@ -0,0 +1 @@ +A Business::OnlinePayment backend module for Authorize.Net diff --git a/misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-descr b/misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-descr new file mode 100644 index 000000000000..df9d9a19946d --- /dev/null +++ b/misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-descr @@ -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. diff --git a/misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist b/misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist new file mode 100644 index 000000000000..4d1c194c51f9 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist @@ -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 |