diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-25 08:44:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-25 08:44:15 +0000 |
commit | 0c20db3751c6ece85af63395722334ad811f51f0 (patch) | |
tree | 17e54cdb914940c3adc58b8dc4d7ae439abb8e8e /finance/p5-Business-OnlinePayment-2CheckOut | |
parent | 28af096bd93663682504049e3b6ae7f174530a06 (diff) | |
download | ports-0c20db3751c6ece85af63395722334ad811f51f0.tar.gz ports-0c20db3751c6ece85af63395722334ad811f51f0.zip |
Notes
Diffstat (limited to 'finance/p5-Business-OnlinePayment-2CheckOut')
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 |