aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenPGP
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-26 15:01:09 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-26 15:01:09 +0000
commit22b0d4983bcfed37c4c5129bf782a7457353fb9b (patch)
tree0636632968e1dca1293f29ca51c58f2718d717bb /security/p5-Crypt-OpenPGP
parent36275a2060d9cc6a677603da7d2060e3a0a9f673 (diff)
downloadports-22b0d4983bcfed37c4c5129bf782a7457353fb9b.tar.gz
ports-22b0d4983bcfed37c4c5129bf782a7457353fb9b.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 8). Approved by: portmgr (itetcu)
Notes
Notes: svn path=/head/; revision=248617
Diffstat (limited to 'security/p5-Crypt-OpenPGP')
-rw-r--r--security/p5-Crypt-OpenPGP/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile
index 12227d2da5fd..862ac94bc2e1 100644
--- a/security/p5-Crypt-OpenPGP/Makefile
+++ b/security/p5-Crypt-OpenPGP/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Crypt-OpenPGP
PORTVERSION= 1.04
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -36,7 +37,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Cr
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \
- p5-Math-BigInt>=1.78:${PORTSDIR}/math/p5-Math-BigInt \
p5-Math-BigInt-GMP>=1.21:${PORTSDIR}/math/p5-Math-BigInt-GMP
RUN_DEPENDS= ${BUILD_DEPENDS}