diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-24 16:47:39 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-24 16:47:39 +0000 |
commit | 41b27a26f881293ccf6bc6d53983e49f0f02ce63 (patch) | |
tree | b7510595de5e9e6d07d10e9d885fa4f9f4c982d6 /finance/p5-Business-OnlinePayment | |
parent | acadea4e50c4fdb43f2f19999dfad0e1620334e7 (diff) | |
download | ports-41b27a26f881293ccf6bc6d53983e49f0f02ce63.tar.gz ports-41b27a26f881293ccf6bc6d53983e49f0f02ce63.zip |
Add p5-Business-OnlinePayment 2.00, a generic interface for processing online
credit card payments.
Notes
Notes:
svn path=/head/; revision=68737
Diffstat (limited to 'finance/p5-Business-OnlinePayment')
-rw-r--r-- | finance/p5-Business-OnlinePayment/Makefile | 26 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment/distinfo | 1 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment/pkg-comment | 1 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment/pkg-descr | 9 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment/pkg-plist | 8 |
5 files changed, 45 insertions, 0 deletions
diff --git a/finance/p5-Business-OnlinePayment/Makefile b/finance/p5-Business-OnlinePayment/Makefile new file mode 100644 index 000000000000..78d9a0428344 --- /dev/null +++ b/finance/p5-Business-OnlinePayment/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Business::OnlinePayment +# Date created: 24 October 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Business-OnlinePayment +PORTVERSION= 2.00 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Business +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay +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.3 + +.include <bsd.port.mk> diff --git a/finance/p5-Business-OnlinePayment/distinfo b/finance/p5-Business-OnlinePayment/distinfo new file mode 100644 index 000000000000..d0a19f977394 --- /dev/null +++ b/finance/p5-Business-OnlinePayment/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-2.00.tar.gz) = 94a73a94158051a68b871b1165145655 diff --git a/finance/p5-Business-OnlinePayment/pkg-comment b/finance/p5-Business-OnlinePayment/pkg-comment new file mode 100644 index 000000000000..62c336ac4424 --- /dev/null +++ b/finance/p5-Business-OnlinePayment/pkg-comment @@ -0,0 +1 @@ +A generic interface for processing online credit card payments diff --git a/finance/p5-Business-OnlinePayment/pkg-descr b/finance/p5-Business-OnlinePayment/pkg-descr new file mode 100644 index 000000000000..9f97a08a4fe6 --- /dev/null +++ b/finance/p5-Business-OnlinePayment/pkg-descr @@ -0,0 +1,9 @@ +Business::OnlinePayment is a generic interface for processing payments through +online credit card processors, online check acceptance houses, etc. (If you +like buzzwords, call it an "multiplatform ecommerce-enabling middleware +solution"). + +IMPORTANT: Business::OnlinePayment only defines the frontend interface to the +system, in order to use it you also need to have at least one backend +processing module installed, the processors supported are listed below along +with the types of transactions supported. diff --git a/finance/p5-Business-OnlinePayment/pkg-plist b/finance/p5-Business-OnlinePayment/pkg-plist new file mode 100644 index 000000000000..8ae9b32bb48f --- /dev/null +++ b/finance/p5-Business-OnlinePayment/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Business +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business |