aboutsummaryrefslogtreecommitdiff
path: root/dns/c-ares
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-07-31 09:01:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-07-31 09:01:10 +0000
commiteb3b619a3a660ad7e0458f8da3cbb1f62345f43c (patch)
tree50b7167a287b604ff18663552f029c6494a32668 /dns/c-ares
parent95d6494575f6ee15f7bc800fef46dbfd901a8b7e (diff)
downloadports-eb3b619a3a660ad7e0458f8da3cbb1f62345f43c.tar.gz
ports-eb3b619a3a660ad7e0458f8da3cbb1f62345f43c.zip
- Add LICENSE_FILE
- Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=446951
Diffstat (limited to 'dns/c-ares')
-rw-r--r--dns/c-ares/Makefile1
-rw-r--r--dns/c-ares/pkg-descr2
2 files changed, 2 insertions, 1 deletions
diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile
index 72bd588268db..5d8fd850e668 100644
--- a/dns/c-ares/Makefile
+++ b/dns/c-ares/Makefile
@@ -13,6 +13,7 @@ MAINTAINER= zi@FreeBSD.org
COMMENT= Asynchronous DNS resolver library
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-werror
diff --git a/dns/c-ares/pkg-descr b/dns/c-ares/pkg-descr
index 69021e2d5c89..23abd1ada74f 100644
--- a/dns/c-ares/pkg-descr
+++ b/dns/c-ares/pkg-descr
@@ -4,4 +4,4 @@ need to perform multiple DNS queries in parallel. The primary
examples of such applications are servers which communicate with
multiple clients and programs with graphical user interfaces.
-WWW: http://c-ares.haxx.se/
+WWW: https://c-ares.haxx.se/