mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add LICENSE_FILE
- Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
95d6494575
commit
eb3b619a3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446951
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ MAINTAINER= zi@FreeBSD.org
|
||||||
COMMENT= Asynchronous DNS resolver library
|
COMMENT= Asynchronous DNS resolver library
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-werror
|
CONFIGURE_ARGS= --disable-werror
|
||||||
|
|
|
@ -4,4 +4,4 @@ need to perform multiple DNS queries in parallel. The primary
|
||||||
examples of such applications are servers which communicate with
|
examples of such applications are servers which communicate with
|
||||||
multiple clients and programs with graphical user interfaces.
|
multiple clients and programs with graphical user interfaces.
|
||||||
|
|
||||||
WWW: http://c-ares.haxx.se/
|
WWW: https://c-ares.haxx.se/
|
||||||
|
|
Loading…
Add table
Reference in a new issue