aboutsummaryrefslogtreecommitdiff
path: root/ports/json5-parser
diff options
context:
space:
mode:
Diffstat (limited to 'ports/json5-parser')
-rw-r--r--ports/json5-parser/CONTROL6
-rw-r--r--ports/json5-parser/vcpkg.json10
2 files changed, 10 insertions, 6 deletions
diff --git a/ports/json5-parser/CONTROL b/ports/json5-parser/CONTROL
deleted file mode 100644
index 990416021..000000000
--- a/ports/json5-parser/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: json5-parser
-Version: 1.0.0
-Port-Version: 2
-Homepage: https://github.com/Caltech-IPAC/json5_parser
-Description: An enhancement of the JSON Spirit C++ library to understand json5.
-Build-Depends: boost-spirit
diff --git a/ports/json5-parser/vcpkg.json b/ports/json5-parser/vcpkg.json
new file mode 100644
index 000000000..13c1e6bb3
--- /dev/null
+++ b/ports/json5-parser/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "json5-parser",
+ "version-string": "1.0.0",
+ "port-version": 3,
+ "description": "An enhancement of the JSON Spirit C++ library to understand json5.",
+ "homepage": "https://github.com/Caltech-IPAC/json5_parser",
+ "dependencies": [
+ "boost-spirit"
+ ]
+}