diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-09 18:31:41 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-09 18:31:41 +0000 |
commit | 391afceada6bb58c583d0c9584a40701e00feac4 (patch) | |
tree | 39c9da1470a092768bcceab702fb4f4126d44a71 /ftp/curl/Makefile | |
parent | e205d54a3619024ee61f7e0e390ce9f9aa2655e9 (diff) | |
download | FreeBSD-ports-391afceada6bb58c583d0c9584a40701e00feac4.zip FreeBSD-ports-391afceada6bb58c583d0c9584a40701e00feac4.tar.gz |
- Update to 7.45.0
- Add LICENSE_FILE
Changes: http://curl.haxx.se/changes.html
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r-- | ftp/curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index ae11a3b..2970d64 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.44.0 +PORTVERSION= 7.45.0 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -11,6 +11,7 @@ MAINTAINER?= sunpoet@FreeBSD.org 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_RADIO= RESOLV SSL |