aboutsummaryrefslogtreecommitdiff
path: root/ports/cpp-netlib
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cpp-netlib')
-rw-r--r--ports/cpp-netlib/CONTROL7
-rw-r--r--ports/cpp-netlib/vcpkg.json17
2 files changed, 17 insertions, 7 deletions
diff --git a/ports/cpp-netlib/CONTROL b/ports/cpp-netlib/CONTROL
deleted file mode 100644
index f31cc101b..000000000
--- a/ports/cpp-netlib/CONTROL
+++ /dev/null
@@ -1,7 +0,0 @@
-Source: cpp-netlib
-Version: 0.13.0
-Port-Version: 4
-Homepage: https://cpp-netlib.org/
-Build-Depends: boost-spirit, boost-smart-ptr, boost-asio, boost-program-options, boost-assign, boost-logic, boost-scope-exit
-Description: A collection of network-related routines/implementations geared towards providing a robust cross-platform networking library
-Supports: !uwp \ No newline at end of file
diff --git a/ports/cpp-netlib/vcpkg.json b/ports/cpp-netlib/vcpkg.json
new file mode 100644
index 000000000..22a7c7b9e
--- /dev/null
+++ b/ports/cpp-netlib/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "cpp-netlib",
+ "version-string": "0.13.0",
+ "port-version": 5,
+ "description": "A collection of network-related routines/implementations geared towards providing a robust cross-platform networking library",
+ "homepage": "https://cpp-netlib.org/",
+ "supports": "!uwp",
+ "dependencies": [
+ "boost-asio",
+ "boost-assign",
+ "boost-logic",
+ "boost-program-options",
+ "boost-scope-exit",
+ "boost-smart-ptr",
+ "boost-spirit"
+ ]
+}