---
name: curl
version: 7.31.0_1
origin: ftp/curl
comment: Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
arch: freebsd:9:x86:64
www: http://curl.haxx.se/
maintainer: sunpoet@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- MIT
flatsize: 3671682
desc: |
  curl is a client to get documents/files from servers, using any of the
  supported protocols. The command is designed to work without user
  interaction or any kind of interactivity.

  curl offers a busload of useful tricks like proxy support, user
  authentication, ftp upload, HTTP post, SSL (https:) connections, file
  transfer resume and more.

  WWW: http://curl.haxx.se/
deps:
  ca_root_nss: {origin: security/ca_root_nss, version: 3.15.1}
categories:
- www
- ipv6
- ftp
shlibs_required:
- libcurl.so.7
shlibs_provided:
- libcurl.so.7
options: {TLS_SRP: on, THREADED_RESOLVER: on, SPNEGO: off, RTMP: off, PROXY: on, POLARSSL: off,
  OPENSSL: on, NTLM: off, NSS: off, LIBSSH2: off, LDAPS: off, LDAP: off, IPV6: on,
  IDN: off, GSSAPI: on, GNUTLS: off, EXAMPLES: on, DOCS: on, DEBUG: off, CYASSL: off,
  CURL_DEBUG: off, COOKIES: off, CA_BUNDLE: on, CARES: off}
