aboutsummaryrefslogtreecommitdiff
path: root/ports/openssl-windows
diff options
context:
space:
mode:
Diffstat (limited to 'ports/openssl-windows')
-rw-r--r--ports/openssl-windows/CONTROL6
-rw-r--r--ports/openssl-windows/vcpkg.json10
2 files changed, 10 insertions, 6 deletions
diff --git a/ports/openssl-windows/CONTROL b/ports/openssl-windows/CONTROL
deleted file mode 100644
index 0dd8bc462..000000000
--- a/ports/openssl-windows/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: openssl-windows
-Version: 1.1.1h
-Port-Version: 1
-Description: Deprecated OpenSSL port
-Supports: windows
-Build-Depends: openssl \ No newline at end of file
diff --git a/ports/openssl-windows/vcpkg.json b/ports/openssl-windows/vcpkg.json
new file mode 100644
index 000000000..069235b15
--- /dev/null
+++ b/ports/openssl-windows/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "openssl-windows",
+ "version-string": "1.1.1h",
+ "port-version": 2,
+ "description": "Deprecated OpenSSL port",
+ "supports": "windows",
+ "dependencies": [
+ "openssl"
+ ]
+}