aboutsummaryrefslogtreecommitdiff
path: root/ports/libudns
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libudns')
-rw-r--r--ports/libudns/CONTROL4
-rw-r--r--ports/libudns/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/libudns/CONTROL b/ports/libudns/CONTROL
deleted file mode 100644
index d9bb84f9e..000000000
--- a/ports/libudns/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: libudns
-Version: 0.4-2
-Homepage: https://github.com/ortclib/udns
-Description: The DNS library, udns, implements thread-safe stub DNS resolver functionality, which may be used both traditional, syncronous way and asyncronously, with application-supplied event loop.
diff --git a/ports/libudns/vcpkg.json b/ports/libudns/vcpkg.json
new file mode 100644
index 000000000..9d328490c
--- /dev/null
+++ b/ports/libudns/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "libudns",
+ "version-string": "0.4",
+ "port-version": 3,
+ "description": "The DNS library, udns, implements thread-safe stub DNS resolver functionality, which may be used both traditional, syncronous way and asyncronously, with application-supplied event loop.",
+ "homepage": "https://github.com/ortclib/udns"
+}