View | Details | Raw Unified | Return to bug 120693
Collapse All | Expand All

(-)Makefile (-6 / +13 lines)
Lines 6-26 Link Here
6
#
6
#
7
7
8
PORTNAME=	Business-OnlinePayment
8
PORTNAME=	Business-OnlinePayment
9
PORTVERSION=	2.01
9
PORTVERSION=	3.00
10
PORTREVISION=	1
11
CATEGORIES=	finance perl5
10
CATEGORIES=	finance perl5
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	CPAN/../by-authors/id/I/IV/IVAN/
13
MASTER_SITE_SUBDIR=	Business
14
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
13
DISTNAME=	${PORTNAME}-${PORTVERSION}_08
15
14
16
MAINTAINER=	erwin@FreeBSD.org
15
MAINTAINER=	erwin@FreeBSD.org
17
COMMENT=	A generic interface for processing online credit card payments
16
COMMENT=	A generic interface for processing online credit card payments
18
17
19
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
18
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
19
		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
20
		${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \
21
		${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
22
		${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
23
		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
20
RUN_DEPENDS=	${BUILD_DEPENDS}
24
RUN_DEPENDS=	${BUILD_DEPENDS}
21
25
22
PERL_CONFIGURE=	yes
26
PERL_CONFIGURE=	yes
23
27
24
MAN3=		Business::OnlinePayment.3
28
MAN3=		Business::OnlinePayment.3 \
29
		Business::FraudDetect.3 \
30
		Business::FraudDetect::preCharge.3 \
31
		Business::OnlinePayment::HTTPS.3
25
32
26
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Business-OnlinePayment-2.01.tar.gz) = 1ad6ad0cfff36c813c36195ef91b704a
1
MD5 (Business-OnlinePayment-3.00_08.tar.gz) = 5eb8c86124c8305039e4eb0d190e8d12
2
SHA256 (Business-OnlinePayment-2.01.tar.gz) = ab0e76382fda9db825f68b60b69b0649ae289a391fe50f13c5946ccbf0b99dea
2
SHA256 (Business-OnlinePayment-3.00_08.tar.gz) = f354ecbc695dfcbac8b82a302e3f2ba0c6890e31c265ab99d3064e02dd842475
3
SIZE (Business-OnlinePayment-2.01.tar.gz) = 5514
3
SIZE (Business-OnlinePayment-3.00_08.tar.gz) = 16840
(-)pkg-descr (+2 lines)
Lines 7-9 Link Here
7
system, in order to use it you also need to have at least one backend
7
system, in order to use it you also need to have at least one backend
8
processing module installed, the processors supported are listed below along
8
processing module installed, the processors supported are listed below along
9
with the types of transactions supported.
9
with the types of transactions supported.
10
11
WWW:	http://search.cpan.org/dist/Business-OnlinePayment/
(-)pkg-plist (-7 / +5 lines)
Lines 1-9 Link Here
1
%%SITE_PERL%%/Business/OnlinePayment.pm
2
%%SITE_PERL%%/auto/Business/OnlinePayment/autosplit.ix
3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/.packlist
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/.packlist
4
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment
2
%%SITE_PERL%%/Business/FraudDetect.pm
5
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business
3
%%SITE_PERL%%/Business/OnlinePayment.pm
4
%%SITE_PERL%%/Business/FraudDetect/preCharge.pm
5
%%SITE_PERL%%/Business/OnlinePayment/HTTPS.pm
6
@dirrmtry %%SITE_PERL%%/Business/OnlinePayment
6
@dirrmtry %%SITE_PERL%%/Business/OnlinePayment
7
@dirrmtry %%SITE_PERL%%/Business
7
@dirrmtry %%SITE_PERL%%/Business/FraudDetect
8
@dirrm %%SITE_PERL%%/auto/Business/OnlinePayment
9
@dirrm %%SITE_PERL%%/auto/Business

Return to bug 120693