aboutsummaryrefslogtreecommitdiff
path: root/network/ddclient
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2021-04-20 23:28:56 -0500
committerRobby Workman <rworkman@slackbuilds.org>2021-04-20 23:28:56 -0500
commit2618cfd9688f48953ef4710e9112a8cb4da4d35c (patch)
treeaf5e88cec201df65b173d2b64c16eadd78863e7f /network/ddclient
parentaf433360f27ee1af63d56b4b2b055b9e0c36a2a2 (diff)
various: Kill perl/* deps no longer needed
Diffstat (limited to 'network/ddclient')
-rw-r--r--network/ddclient/README1
-rw-r--r--network/ddclient/ddclient.info2
2 files changed, 1 insertions, 2 deletions
diff --git a/network/ddclient/README b/network/ddclient/README
index 192fbed37889..335302278e70 100644
--- a/network/ddclient/README
+++ b/network/ddclient/README
@@ -9,7 +9,6 @@ addresses, MX, wildcards, abuse avoidance, retrying failed updates, and
sending update status to syslog and through e-mail.
Optional dependencies:
- perl-IO-Socket-SSL perl library for ssl-support (recommended)
perl-JSON-PP perl library for JSON support
perl-IO-Socket-INET6 perl library for ipv6-support
diff --git a/network/ddclient/ddclient.info b/network/ddclient/ddclient.info
index 81bf76dec3c7..ac5a80515793 100644
--- a/network/ddclient/ddclient.info
+++ b/network/ddclient/ddclient.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/ddclient/ddclient/archive/v3.9.1/ddclient-3.9.1.tar
MD5SUM="8497033052649ebe6f714338c7be4cda"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="perl-IO-Socket-SSL perl-Data-Validate-IP"
+REQUIRES="perl-Data-Validate-IP"
MAINTAINER="Richard Narron"
EMAIL="richard@aaazen.com"