diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-10-24 16:47:39 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-10-24 16:47:39 +0000 |
commit | 3702f130a604a5f9d804f696221f32035c59378e (patch) | |
tree | 07ebe9ead7b12063ac1be793b19b5879230769af /misc/p5-Business-OnlinePayment | |
parent | 8b9f227925972495e3100f2a48fe551a56d83de1 (diff) | |
download | FreeBSD-ports-3702f130a604a5f9d804f696221f32035c59378e.zip FreeBSD-ports-3702f130a604a5f9d804f696221f32035c59378e.tar.gz |
Add p5-Business-OnlinePayment 2.00, a generic interface for processing online
credit card payments.
Diffstat (limited to 'misc/p5-Business-OnlinePayment')
-rw-r--r-- | misc/p5-Business-OnlinePayment/Makefile | 26 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment/pkg-descr | 9 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment/pkg-plist | 8 |
5 files changed, 45 insertions, 0 deletions
diff --git a/misc/p5-Business-OnlinePayment/Makefile b/misc/p5-Business-OnlinePayment/Makefile new file mode 100644 index 0000000..78d9a04 --- /dev/null +++ b/misc/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/misc/p5-Business-OnlinePayment/distinfo b/misc/p5-Business-OnlinePayment/distinfo new file mode 100644 index 0000000..d0a19f9 --- /dev/null +++ b/misc/p5-Business-OnlinePayment/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-2.00.tar.gz) = 94a73a94158051a68b871b1165145655 diff --git a/misc/p5-Business-OnlinePayment/pkg-comment b/misc/p5-Business-OnlinePayment/pkg-comment new file mode 100644 index 0000000..62c336a --- /dev/null +++ b/misc/p5-Business-OnlinePayment/pkg-comment @@ -0,0 +1 @@ +A generic interface for processing online credit card payments diff --git a/misc/p5-Business-OnlinePayment/pkg-descr b/misc/p5-Business-OnlinePayment/pkg-descr new file mode 100644 index 0000000..9f97a08 --- /dev/null +++ b/misc/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/misc/p5-Business-OnlinePayment/pkg-plist b/misc/p5-Business-OnlinePayment/pkg-plist new file mode 100644 index 0000000..8ae9b32 --- /dev/null +++ b/misc/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 |