diff options
-rw-r--r-- | finance/p5-Business-OnlinePayment-2CheckOut/Makefile | 28 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-2CheckOut/distinfo | 1 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-2CheckOut/pkg-comment | 1 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-2CheckOut/pkg-descr | 3 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-2CheckOut/pkg-plist | 5 | ||||
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-2CheckOut/Makefile | 28 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-2CheckOut/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-2CheckOut/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-2CheckOut/pkg-descr | 3 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-2CheckOut/pkg-plist | 5 |
11 files changed, 77 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 diff --git a/misc/Makefile b/misc/Makefile index 6cee5c378e8c..386e9b676fbb 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -212,6 +212,7 @@ SUBDIR += p5-Business-ISIN SUBDIR += p5-Business-ISSN SUBDIR += p5-Business-OnlinePayment + SUBDIR += p5-Business-OnlinePayment-2CheckOut SUBDIR += p5-Business-OnlinePayment-TCLink SUBDIR += p5-Business-OnlinePayment-VirtualNet SUBDIR += p5-Business-OnlinePayment-WorldPay-Junior diff --git a/misc/p5-Business-OnlinePayment-2CheckOut/Makefile b/misc/p5-Business-OnlinePayment-2CheckOut/Makefile new file mode 100644 index 000000000000..3e0ddd7dcc0e --- /dev/null +++ b/misc/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/misc/p5-Business-OnlinePayment-2CheckOut/distinfo b/misc/p5-Business-OnlinePayment-2CheckOut/distinfo new file mode 100644 index 000000000000..f123c372df50 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-2CheckOut/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-2CheckOut-0.02.tar.gz) = 51d470ee9296d501570787223df408e7 diff --git a/misc/p5-Business-OnlinePayment-2CheckOut/pkg-comment b/misc/p5-Business-OnlinePayment-2CheckOut/pkg-comment new file mode 100644 index 000000000000..bfe7fefe5ac4 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-2CheckOut/pkg-comment @@ -0,0 +1 @@ +A Business::OnlinePayment backend module for 2CheckOut authorization service diff --git a/misc/p5-Business-OnlinePayment-2CheckOut/pkg-descr b/misc/p5-Business-OnlinePayment-2CheckOut/pkg-descr new file mode 100644 index 000000000000..3dcd833f0054 --- /dev/null +++ b/misc/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/misc/p5-Business-OnlinePayment-2CheckOut/pkg-plist b/misc/p5-Business-OnlinePayment-2CheckOut/pkg-plist new file mode 100644 index 000000000000..5ed62a31be16 --- /dev/null +++ b/misc/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 |