aboutsummaryrefslogtreecommitdiff
path: root/ports/quickfix
diff options
context:
space:
mode:
Diffstat (limited to 'ports/quickfix')
-rw-r--r--ports/quickfix/CONTROL5
-rw-r--r--ports/quickfix/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/quickfix/CONTROL b/ports/quickfix/CONTROL
deleted file mode 100644
index 5a3fe30c2..000000000
--- a/ports/quickfix/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: quickfix
-Version: 1.15.1-4
-Build-Depends: openssl
-Homepage: https://github.com/quickfix/quickfix
-Description: QuickFIX is a free and open source implementation of the FIX protocol.
diff --git a/ports/quickfix/vcpkg.json b/ports/quickfix/vcpkg.json
new file mode 100644
index 000000000..5a6e940a3
--- /dev/null
+++ b/ports/quickfix/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "quickfix",
+ "version-string": "1.15.1",
+ "port-version": 5,
+ "description": "QuickFIX is a free and open source implementation of the FIX protocol.",
+ "homepage": "https://github.com/quickfix/quickfix",
+ "dependencies": [
+ "openssl"
+ ]
+}