aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2009-12-22 00:11:12 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2009-12-22 00:11:12 +0000
commit32a74273ad71bf9469b1c27e830797f19d9ae3e7 (patch)
tree1e4a231cf6c190f56e94672061e3504b1ce2fb5d /finance
parentd704a71c0edb6e21919f2d6d28d24fd2b06bda2d (diff)
downloadports-32a74273ad71bf9469b1c27e830797f19d9ae3e7.tar.gz
ports-32a74273ad71bf9469b1c27e830797f19d9ae3e7.zip
- Remove test-only and included-in-perl-5.8 dependencies.
Notes
Notes: svn path=/head/; revision=246409
Diffstat (limited to 'finance')
-rw-r--r--finance/p5-Business-OnlinePayment/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/p5-Business-OnlinePayment/Makefile b/finance/p5-Business-OnlinePayment/Makefile
index 2e810f81e928..d16d38612b61 100644
--- a/finance/p5-Business-OnlinePayment/Makefile
+++ b/finance/p5-Business-OnlinePayment/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Business-OnlinePayment
PORTVERSION= 3.00
+PORTREVISION= 1
CATEGORIES= finance perl5
MASTER_SITES= CPAN/../by-authors/id/I/IV/IVAN/
PKGNAMEPREFIX= p5-
@@ -18,7 +19,6 @@ COMMENT= A generic interface for processing online credit card payments
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \
- ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}