Add p5-Business-OnlinePayment 2.00, a generic interface for processing online
credit card payments.
This commit is contained in:
parent
acadea4e50
commit
41b27a26f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68737
11 changed files with 91 additions and 0 deletions
26
finance/p5-Business-OnlinePayment/Makefile
Normal file
26
finance/p5-Business-OnlinePayment/Makefile
Normal file
|
@ -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>
|
1
finance/p5-Business-OnlinePayment/distinfo
Normal file
1
finance/p5-Business-OnlinePayment/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Business-OnlinePayment-2.00.tar.gz) = 94a73a94158051a68b871b1165145655
|
1
finance/p5-Business-OnlinePayment/pkg-comment
Normal file
1
finance/p5-Business-OnlinePayment/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A generic interface for processing online credit card payments
|
9
finance/p5-Business-OnlinePayment/pkg-descr
Normal file
9
finance/p5-Business-OnlinePayment/pkg-descr
Normal file
|
@ -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.
|
8
finance/p5-Business-OnlinePayment/pkg-plist
Normal file
8
finance/p5-Business-OnlinePayment/pkg-plist
Normal file
|
@ -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
|
|
@ -211,6 +211,7 @@
|
|||
SUBDIR += p5-Business-ISBN
|
||||
SUBDIR += p5-Business-ISIN
|
||||
SUBDIR += p5-Business-ISSN
|
||||
SUBDIR += p5-Business-OnlinePayment
|
||||
SUBDIR += p5-Business-UPS
|
||||
SUBDIR += p5-Chatbot-Eliza
|
||||
SUBDIR += p5-Data-Buffer
|
||||
|
|
26
misc/p5-Business-OnlinePayment/Makefile
Normal file
26
misc/p5-Business-OnlinePayment/Makefile
Normal file
|
@ -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>
|
1
misc/p5-Business-OnlinePayment/distinfo
Normal file
1
misc/p5-Business-OnlinePayment/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Business-OnlinePayment-2.00.tar.gz) = 94a73a94158051a68b871b1165145655
|
1
misc/p5-Business-OnlinePayment/pkg-comment
Normal file
1
misc/p5-Business-OnlinePayment/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A generic interface for processing online credit card payments
|
9
misc/p5-Business-OnlinePayment/pkg-descr
Normal file
9
misc/p5-Business-OnlinePayment/pkg-descr
Normal file
|
@ -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.
|
8
misc/p5-Business-OnlinePayment/pkg-plist
Normal file
8
misc/p5-Business-OnlinePayment/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue