aboutsummaryrefslogtreecommitdiff
path: root/ports/curl/CONTROL
blob: e7f13888deb8b9ba8e51a46f04debe58d5471db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: curl
Version: 7.58.0-4
Build-Depends: zlib
Description: A library for transferring data with URLs
Default-Features: ssl
# For WINSSL add set(CURL_USE_WINSSL ON) to your triplet file

Feature: tool
Description: Builds curl executable

Feature: non-http
Description: Enables protocols beyond HTTP/HTTPS/HTTP2

Feature: http2
Build-Depends: nghttp2, ssl
Description: HTTP2 support

Feature: ssl
Build-Depends: openssl
Description: SSL support

Feature: ssh
Build-Depends: libssh2, curl[non-http]
Description: SSH support via libssh2