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> |