diff options
| author | Jim Hague <jim.hague@acm.org> | 2020-07-07 01:22:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-06 17:22:17 -0700 |
| commit | e1285b4a280b540c191fed5fbfbcd3626de1fc30 (patch) | |
| tree | 36e80b1d48a60de19ac96475df789cf0619f469f /ports/getdns/CONTROL | |
| parent | 6a41626eaf33d2f3392e06d98a94c630bfc30977 (diff) | |
| download | vcpkg-e1285b4a280b540c191fed5fbfbcd3626de1fc30.tar.gz vcpkg-e1285b4a280b540c191fed5fbfbcd3626de1fc30.zip | |
[getdns] Add new port. (#12090)
* [getdns] Add new port.
* Add support for vcpkg static library builds.
* Convert libevent and libuv libraries to features.
* Use ${PORT} in copyright install.
* getdns does not currently support UWP.
* Add failing port on UWP to portfile.
* Remove optional FEATURES keyword.
Diffstat (limited to 'ports/getdns/CONTROL')
| -rw-r--r-- | ports/getdns/CONTROL | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ports/getdns/CONTROL b/ports/getdns/CONTROL new file mode 100644 index 000000000..d7f45b301 --- /dev/null +++ b/ports/getdns/CONTROL @@ -0,0 +1,14 @@ +Source: getdns +Version: 1.6.0 +Build-Depends: libidn2, openssl +Description: GetDNS is a modern asynchronous DNS API +Homepage: https://getdnsapi.net/ +Supports: !uwp + +Feature: libevent +Description: libevent event loop integration +Build-Depends: libevent + +Feature: libuv +Description: libuv event loop integration +Build-Depends: libuv |
