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/