aboutsummaryrefslogtreecommitdiff
path: root/ports/bext-wintls/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'ports/bext-wintls/vcpkg.json')
-rw-r--r--ports/bext-wintls/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/ports/bext-wintls/vcpkg.json b/ports/bext-wintls/vcpkg.json
new file mode 100644
index 000000000..cb39e3137
--- /dev/null
+++ b/ports/bext-wintls/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "bext-wintls",
+ "version": "0.9.5",
+ "description": "Native Windows TLS stream wrapper for use with boost::asio",
+ "homepage": "https://github.com/laudrup/boost-wintls",
+ "supports": "windows",
+ "dependencies": [
+ "boost-asio",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}