aboutsummaryrefslogtreecommitdiff
path: root/ports/pprint
diff options
context:
space:
mode:
Diffstat (limited to 'ports/pprint')
-rw-r--r--ports/pprint/CONTROL4
-rw-r--r--ports/pprint/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/pprint/CONTROL b/ports/pprint/CONTROL
deleted file mode 100644
index ea94b198e..000000000
--- a/ports/pprint/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: pprint
-Version: 2019-07-19
-Description: Pretty Printer for Modern C++
-Homepage: https://github.com/p-ranav/pprint
diff --git a/ports/pprint/vcpkg.json b/ports/pprint/vcpkg.json
new file mode 100644
index 000000000..386ed2906
--- /dev/null
+++ b/ports/pprint/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "pprint",
+ "version-string": "2019-07-19",
+ "port-version": 1,
+ "description": "Pretty Printer for Modern C++",
+ "homepage": "https://github.com/p-ranav/pprint"
+}