aboutsummaryrefslogtreecommitdiff
path: root/ports/ppconsul
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ppconsul')
-rw-r--r--ports/ppconsul/CONTROL5
-rw-r--r--ports/ppconsul/vcpkg.json20
2 files changed, 20 insertions, 5 deletions
diff --git a/ports/ppconsul/CONTROL b/ports/ppconsul/CONTROL
deleted file mode 100644
index 0c8dfd8b6..000000000
--- a/ports/ppconsul/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: ppconsul
-Version: 0.5-1
-Homepage: https://github.com/oliora/ppconsul
-Description: A C++ client library for Consul. Consul is a distributed tool for discovering and configuring services in your infrastructure.
-Build-Depends: boost-core, boost-variant, boost-optional, boost-fusion, curl[openssl], json11
diff --git a/ports/ppconsul/vcpkg.json b/ports/ppconsul/vcpkg.json
new file mode 100644
index 000000000..7dd7895a4
--- /dev/null
+++ b/ports/ppconsul/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "ppconsul",
+ "version-string": "0.5",
+ "port-version": 2,
+ "description": "A C++ client library for Consul. Consul is a distributed tool for discovering and configuring services in your infrastructure.",
+ "homepage": "https://github.com/oliora/ppconsul",
+ "dependencies": [
+ "boost-core",
+ "boost-fusion",
+ "boost-optional",
+ "boost-variant",
+ {
+ "name": "curl",
+ "features": [
+ "openssl"
+ ]
+ },
+ "json11"
+ ]
+}