aboutsummaryrefslogtreecommitdiff
path: root/www/p5-libwww
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-30 13:47:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-30 13:47:49 +0000
commitdd5c188bda430d7d9dc8f0f6e442afa04f0754d5 (patch)
treece0d8234f573858728718c9f2bc27dbf973ac390 /www/p5-libwww
parentdd066003591af74e4b4b6883fca3037a965c5530 (diff)
downloadports-dd5c188bda430d7d9dc8f0f6e442afa04f0754d5.tar.gz
ports-dd5c188bda430d7d9dc8f0f6e442afa04f0754d5.zip
- Remove p5-Crypt-SSLeay from HTTPS option
Notes
Notes: svn path=/head/; revision=382661
Diffstat (limited to 'www/p5-libwww')
-rw-r--r--www/p5-libwww/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile
index ac5045f85ee0..1efcb9a8eb70 100644
--- a/www/p5-libwww/Makefile
+++ b/www/p5-libwww/Makefile
@@ -35,9 +35,7 @@ CONFIGURE_ARGS= --aliases
USE_PERL5= configure
USES= perl5
-HTTPS_BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
- p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https
-HTTPS_RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
- p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https
+HTTPS_BUILD_DEPENDS= p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https
+HTTPS_RUN_DEPENDS= p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https
.include <bsd.port.mk>