aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-01-17 13:08:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-01-17 13:08:15 +0000
commit26b7f9b5479e426ef0fb516f1286a9bcbc62e7e6 (patch)
treec3f284a657d1c382db7a9084af9ea251bdf53028 /ftp
parenta518cec065667a913249671dbdb6220db8f86b97 (diff)
downloadports-26b7f9b5479e426ef0fb516f1286a9bcbc62e7e6.tar.gz
ports-26b7f9b5479e426ef0fb516f1286a9bcbc62e7e6.zip
- Add PSL option
Sponsored by: PortsCamp Taiwan
Notes
Notes: svn path=/head/; revision=406316
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 39ede68441a3..0e6480edbddb 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -14,7 +14,7 @@ COMMENT?= Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-OPTIONS_DEFINE= CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES HTTP2 IDN IPV6 LDAP LDAPS LIBSSH2 PROXY RTMP TLS_SRP
+OPTIONS_DEFINE= CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES HTTP2 IDN IPV6 LDAP LDAPS LIBSSH2 PROXY PSL RTMP TLS_SRP
OPTIONS_RADIO= RESOLV SSL
OPTIONS_SINGLE= GSSAPI
OPTIONS_RADIO_RESOLV= CARES THREADED_RESOLVER
@@ -126,6 +126,8 @@ OPENSSL_USE= OPENSSL=yes
POLARSSL_CONFIGURE_WITH=polarssl
POLARSSL_LIB_DEPENDS= libmbedtls.so.9:${PORTSDIR}/security/polarssl13
PROXY_CONFIGURE_ENABLE= proxy
+PSL_CONFIGURE_WITH= libpsl
+PSL_LIB_DEPENDS= libpsl.so:${PORTSDIR}/dns/libpsl
RTMP_CONFIGURE_WITH= librtmp
RTMP_LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp
THREADED_RESOLVER_CONFIGURE_ENABLE= threaded-resolver