aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2014-07-22 16:52:24 +0800
committerjadawin <jadawin@FreeBSD.org>2014-07-22 16:52:24 +0800
commitc937cc599614564bc8f6fa445c211d2017f1be86 (patch)
treea61c73885586d6d690e739d4162a82182c487cf5 /security
parentf6090afb3a68250646444bbbaf258b8187fa9500 (diff)
downloadfreebsd-ports-gnome-c937cc599614564bc8f6fa445c211d2017f1be86.tar.gz
freebsd-ports-gnome-c937cc599614564bc8f6fa445c211d2017f1be86.tar.zst
freebsd-ports-gnome-c937cc599614564bc8f6fa445c211d2017f1be86.zip
- Add p5-Mozilla-CA as dependency
Notified by: Peter Baur <peterbaur@web.de>
Diffstat (limited to 'security')
-rw-r--r--security/p5-IO-Socket-SSL/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index e7bad2203ec4..61b201e839fc 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -3,7 +3,7 @@
PORTNAME= IO-Socket-SSL
PORTVERSION= 1.997
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SULLR
@@ -14,7 +14,8 @@ COMMENT= Perl5 interface to SSL sockets
LICENSE= ARTPERL10
-BUILD_DEPENDS= p5-Net-SSLeay>=1.59:${PORTSDIR}/security/p5-Net-SSLeay
+BUILD_DEPENDS= p5-Net-SSLeay>=1.59:${PORTSDIR}/security/p5-Net-SSLeay \
+ p5-Mozilla-CA>=20130114:${PORTSDIR}/www/p5-Mozilla-CA
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix