diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-10-25 16:44:15 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-10-25 16:44:15 +0800 |
commit | 7184c73a34949dc4e8aa5ed77617551042390b2b (patch) | |
tree | 234094f81a66def236273774fdd862b0a02e1196 /finance | |
parent | 897b8a5d490b65cd0de5ed6501d53e39d7708913 (diff) | |
download | freebsd-ports-gnome-7184c73a34949dc4e8aa5ed77617551042390b2b.tar.gz freebsd-ports-gnome-7184c73a34949dc4e8aa5ed77617551042390b2b.tar.zst freebsd-ports-gnome-7184c73a34949dc4e8aa5ed77617551042390b2b.zip |
Add p5-Business-OnlinePayment-2CheckOut 0.02, a Business::OnlinePayment
backend module for 2CheckOut authorization service.
Diffstat (limited to 'finance')
5 files changed, 38 insertions, 0 deletions
diff --git a/finance/p5-Business-OnlinePayment-2CheckOut/Makefile b/finance/p5-Business-OnlinePayment-2CheckOut/Makefile new file mode 100644 index 000000000000..3e0ddd7dcc0e --- /dev/null +++ b/finance/p5-Business-OnlinePayment-2CheckOut/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Business::OnlinePayment::2CheckOut +# Date created: 24 October 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Business-OnlinePayment-2CheckOut +PORTVERSION= 0.02 +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::2CheckOut.3 + +.include <bsd.port.mk> diff --git a/finance/p5-Business-OnlinePayment-2CheckOut/distinfo b/finance/p5-Business-OnlinePayment-2CheckOut/distinfo new file mode 100644 index 000000000000..f123c372df50 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-2CheckOut/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-2CheckOut-0.02.tar.gz) = 51d470ee9296d501570787223df408e7 diff --git a/finance/p5-Business-OnlinePayment-2CheckOut/pkg-comment b/finance/p5-Business-OnlinePayment-2CheckOut/pkg-comment new file mode 100644 index 000000000000..bfe7fefe5ac4 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-2CheckOut/pkg-comment @@ -0,0 +1 @@ +A Business::OnlinePayment backend module for 2CheckOut authorization service diff --git a/finance/p5-Business-OnlinePayment-2CheckOut/pkg-descr b/finance/p5-Business-OnlinePayment-2CheckOut/pkg-descr new file mode 100644 index 000000000000..3dcd833f0054 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-2CheckOut/pkg-descr @@ -0,0 +1,3 @@ +This is Business::OnlinePayment::2CheckOut, an Business::OnlinePayment +backend module for 2CheckOut authorization service. It is only useful +if you have a merchant account with 2CheckOut: http://www.2checkout.com diff --git a/finance/p5-Business-OnlinePayment-2CheckOut/pkg-plist b/finance/p5-Business-OnlinePayment-2CheckOut/pkg-plist new file mode 100644 index 000000000000..5ed62a31be16 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-2CheckOut/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/2CheckOut.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/2CheckOut/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/2CheckOut/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/2CheckOut +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/2CheckOut |