mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add p5-Business-OnlinePayment-SurePay 0.01, a Business::OnlinePayment
backend module for SurePay authorization service.
This commit is contained in:
parent
c60dbead67
commit
4bb9bf24e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68799
27
finance/p5-Business-OnlinePayment-SurePay/Makefile
Normal file
27
finance/p5-Business-OnlinePayment-SurePay/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: Business::OnlinePayment::SurePay
|
||||
# Date created: 24 October 2002
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Business-OnlinePayment-SurePay
|
||||
PORTVERSION= 0.01
|
||||
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
|
||||
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::SurePay.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
finance/p5-Business-OnlinePayment-SurePay/distinfo
Normal file
1
finance/p5-Business-OnlinePayment-SurePay/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Business-OnlinePayment-SurePay-0.01.tar.gz) = 64da3ecbced4e55c2a5c339474655002
|
1
finance/p5-Business-OnlinePayment-SurePay/pkg-comment
Normal file
1
finance/p5-Business-OnlinePayment-SurePay/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Business::OnlinePayment backend module for SurePay authorization service
|
3
finance/p5-Business-OnlinePayment-SurePay/pkg-descr
Normal file
3
finance/p5-Business-OnlinePayment-SurePay/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is Business::OnlinePayment::SurePay, an Business::OnlinePayment
|
||||
backend module for SurePay authorization service. It is only useful
|
||||
if you have a merchant account with SurePay: http://www.surepay.com
|
3
finance/p5-Business-OnlinePayment-SurePay/pkg-plist
Normal file
3
finance/p5-Business-OnlinePayment-SurePay/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/SurePay.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/SurePay/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/SurePay
|
@ -218,6 +218,7 @@
|
||||
SUBDIR += p5-Business-OnlinePayment-Beanstream
|
||||
SUBDIR += p5-Business-OnlinePayment-Cardstream
|
||||
SUBDIR += p5-Business-OnlinePayment-LinkPoint
|
||||
SUBDIR += p5-Business-OnlinePayment-SurePay
|
||||
SUBDIR += p5-Business-OnlinePayment-TCLink
|
||||
SUBDIR += p5-Business-OnlinePayment-VirtualNet
|
||||
SUBDIR += p5-Business-OnlinePayment-WorldPay-Junior
|
||||
|
27
misc/p5-Business-OnlinePayment-SurePay/Makefile
Normal file
27
misc/p5-Business-OnlinePayment-SurePay/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: Business::OnlinePayment::SurePay
|
||||
# Date created: 24 October 2002
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Business-OnlinePayment-SurePay
|
||||
PORTVERSION= 0.01
|
||||
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
|
||||
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::SurePay.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/p5-Business-OnlinePayment-SurePay/distinfo
Normal file
1
misc/p5-Business-OnlinePayment-SurePay/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Business-OnlinePayment-SurePay-0.01.tar.gz) = 64da3ecbced4e55c2a5c339474655002
|
1
misc/p5-Business-OnlinePayment-SurePay/pkg-comment
Normal file
1
misc/p5-Business-OnlinePayment-SurePay/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Business::OnlinePayment backend module for SurePay authorization service
|
3
misc/p5-Business-OnlinePayment-SurePay/pkg-descr
Normal file
3
misc/p5-Business-OnlinePayment-SurePay/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is Business::OnlinePayment::SurePay, an Business::OnlinePayment
|
||||
backend module for SurePay authorization service. It is only useful
|
||||
if you have a merchant account with SurePay: http://www.surepay.com
|
3
misc/p5-Business-OnlinePayment-SurePay/pkg-plist
Normal file
3
misc/p5-Business-OnlinePayment-SurePay/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/SurePay.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/SurePay/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/SurePay
|
Loading…
Reference in New Issue
Block a user