| File: net/curl/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 10 | Line 10 |
| DESCRIPTION = curl WWW agent define BLURB | DESCRIPTION = curl WWW agent define BLURB |
| #XXX: nwall package blurb goes here. | Curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, http proxy tunneling and a busload of other useful tricks. |
| endef | endef |
| LIBDEPS = crypto/openssl | LIBDEPS = devel/glibc crypto/openssl lib/zlib |
| CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile | CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile |