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