aboutsummaryrefslogtreecommitdiff
path: root/ports/ecsutil
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ecsutil')
-rw-r--r--ports/ecsutil/CONTROL6
-rw-r--r--ports/ecsutil/vcpkg.json14
2 files changed, 14 insertions, 6 deletions
diff --git a/ports/ecsutil/CONTROL b/ports/ecsutil/CONTROL
deleted file mode 100644
index e406ed457..000000000
--- a/ports/ecsutil/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: ecsutil
-Version: 1.0.7.15
-Homepage: https://github.com/EMCECS/ecs-object-client-windows-cpp
-Description: Native Windows SDK for accessing ECS via the S3 HTTP protocol.
-Build-Depends: atlmfc (windows)
-Supports: windows&(x64|x86)
diff --git a/ports/ecsutil/vcpkg.json b/ports/ecsutil/vcpkg.json
new file mode 100644
index 000000000..fc3722756
--- /dev/null
+++ b/ports/ecsutil/vcpkg.json
@@ -0,0 +1,14 @@
+{
+ "name": "ecsutil",
+ "version-string": "1.0.7.15",
+ "port-version": 1,
+ "description": "Native Windows SDK for accessing ECS via the S3 HTTP protocol.",
+ "homepage": "https://github.com/EMCECS/ecs-object-client-windows-cpp",
+ "supports": "windows & (x64 | x86)",
+ "dependencies": [
+ {
+ "name": "atlmfc",
+ "platform": "windows"
+ }
+ ]
+}