mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add p5-Business-OnlinePayment-Cardstream 1.0, a Business::OnlinePayment
backend module for Cardstream.
This commit is contained in:
parent
965d272b03
commit
bd6eda483b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68797
27
finance/p5-Business-OnlinePayment-Cardstream/Makefile
Normal file
27
finance/p5-Business-OnlinePayment-Cardstream/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: Business::OnlinePayment::Cardstream
|
||||
# Date created: 24 October 2002
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Business-OnlinePayment-Cardstream
|
||||
PORTVERSION= 1.0
|
||||
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::Cardstream.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
finance/p5-Business-OnlinePayment-Cardstream/distinfo
Normal file
1
finance/p5-Business-OnlinePayment-Cardstream/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Business-OnlinePayment-Cardstream-1.0.tar.gz) = 7465ef747cd867a3efc3497cd4175023
|
1
finance/p5-Business-OnlinePayment-Cardstream/pkg-comment
Normal file
1
finance/p5-Business-OnlinePayment-Cardstream/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Business::OnlinePayment backend module for Cardstream
|
3
finance/p5-Business-OnlinePayment-Cardstream/pkg-descr
Normal file
3
finance/p5-Business-OnlinePayment-Cardstream/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is Business::OnlinePayment::Cardstream, an Business::OnlinePayment
|
||||
backend module for Cardstream. For information on obtaining a merchant
|
||||
account please visit http://www.cardstream.com or e-mail sales@cardstream.com.
|
5
finance/p5-Business-OnlinePayment-Cardstream/pkg-plist
Normal file
5
finance/p5-Business-OnlinePayment-Cardstream/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/Cardstream.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Cardstream/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Cardstream/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Cardstream
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Cardstream
|
@ -216,6 +216,7 @@
|
||||
SUBDIR += p5-Business-OnlinePayment-AuthorizeNet
|
||||
SUBDIR += p5-Business-OnlinePayment-BankOfAmerica
|
||||
SUBDIR += p5-Business-OnlinePayment-Beanstream
|
||||
SUBDIR += p5-Business-OnlinePayment-Cardstream
|
||||
SUBDIR += p5-Business-OnlinePayment-TCLink
|
||||
SUBDIR += p5-Business-OnlinePayment-VirtualNet
|
||||
SUBDIR += p5-Business-OnlinePayment-WorldPay-Junior
|
||||
|
27
misc/p5-Business-OnlinePayment-Cardstream/Makefile
Normal file
27
misc/p5-Business-OnlinePayment-Cardstream/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: Business::OnlinePayment::Cardstream
|
||||
# Date created: 24 October 2002
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Business-OnlinePayment-Cardstream
|
||||
PORTVERSION= 1.0
|
||||
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::Cardstream.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/p5-Business-OnlinePayment-Cardstream/distinfo
Normal file
1
misc/p5-Business-OnlinePayment-Cardstream/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Business-OnlinePayment-Cardstream-1.0.tar.gz) = 7465ef747cd867a3efc3497cd4175023
|
1
misc/p5-Business-OnlinePayment-Cardstream/pkg-comment
Normal file
1
misc/p5-Business-OnlinePayment-Cardstream/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Business::OnlinePayment backend module for Cardstream
|
3
misc/p5-Business-OnlinePayment-Cardstream/pkg-descr
Normal file
3
misc/p5-Business-OnlinePayment-Cardstream/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is Business::OnlinePayment::Cardstream, an Business::OnlinePayment
|
||||
backend module for Cardstream. For information on obtaining a merchant
|
||||
account please visit http://www.cardstream.com or e-mail sales@cardstream.com.
|
5
misc/p5-Business-OnlinePayment-Cardstream/pkg-plist
Normal file
5
misc/p5-Business-OnlinePayment-Cardstream/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/Cardstream.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Cardstream/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Cardstream/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Cardstream
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Cardstream
|
Loading…
Reference in New Issue
Block a user