aboutsummaryrefslogtreecommitdiff
path: root/ports/json11
diff options
context:
space:
mode:
Diffstat (limited to 'ports/json11')
-rw-r--r--ports/json11/CONTROL3
-rw-r--r--ports/json11/vcpkg.json6
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/json11/CONTROL b/ports/json11/CONTROL
deleted file mode 100644
index 34cee37de..000000000
--- a/ports/json11/CONTROL
+++ /dev/null
@@ -1,3 +0,0 @@
-Source: json11
-Version: 2017-06-20-2
-Description: json11 is a tiny JSON library for C++11, providing JSON parsing and serialization.
diff --git a/ports/json11/vcpkg.json b/ports/json11/vcpkg.json
new file mode 100644
index 000000000..f2aad6b8c
--- /dev/null
+++ b/ports/json11/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "json11",
+ "version-string": "2017-06-20",
+ "port-version": 3,
+ "description": "json11 is a tiny JSON library for C++11, providing JSON parsing and serialization."
+}