aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-beast
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2021-01-13 14:41:23 -0800
committerGitHub <noreply@github.com>2021-01-13 14:41:23 -0800
commit4783c36f8c04f584ec4d232958afae9d32bc61d5 (patch)
tree7124916dabdd1a6872e4b5040cce016c61a80421 /ports/boost-beast
parent8414e15973097e70fe40149e922c402799804b3d (diff)
downloadvcpkg-4783c36f8c04f584ec4d232958afae9d32bc61d5.tar.gz
vcpkg-4783c36f8c04f584ec4d232958afae9d32bc61d5.zip
[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/boost-beast')
-rw-r--r--ports/boost-beast/CONTROL7
-rw-r--r--ports/boost-beast/vcpkg.json31
2 files changed, 31 insertions, 7 deletions
diff --git a/ports/boost-beast/CONTROL b/ports/boost-beast/CONTROL
deleted file mode 100644
index 1a12b71f4..000000000
--- a/ports/boost-beast/CONTROL
+++ /dev/null
@@ -1,7 +0,0 @@
-# Automatically generated by scripts/boost/generate-ports.ps1
-Source: boost-beast
-Version: 1.75.0
-Build-Depends: boost-asio (!emscripten), boost-assert, boost-bind, boost-config, boost-container, boost-core, boost-endian, boost-intrusive, boost-logic, boost-mp11, boost-optional, boost-smart-ptr, boost-static-assert, boost-system, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-winapi
-Homepage: https://github.com/boostorg/beast
-Description: Boost beast module
-Supports: !emscripten
diff --git a/ports/boost-beast/vcpkg.json b/ports/boost-beast/vcpkg.json
new file mode 100644
index 000000000..d1f0fdf94
--- /dev/null
+++ b/ports/boost-beast/vcpkg.json
@@ -0,0 +1,31 @@
+{
+ "name": "boost-beast",
+ "version-string": "1.75.0",
+ "description": "Boost beast module",
+ "homepage": "https://github.com/boostorg/beast",
+ "supports": "!emscripten",
+ "dependencies": [
+ {
+ "name": "boost-asio",
+ "platform": "!emscripten"
+ },
+ "boost-assert",
+ "boost-bind",
+ "boost-config",
+ "boost-container",
+ "boost-core",
+ "boost-endian",
+ "boost-intrusive",
+ "boost-logic",
+ "boost-mp11",
+ "boost-optional",
+ "boost-smart-ptr",
+ "boost-static-assert",
+ "boost-system",
+ "boost-throw-exception",
+ "boost-type-traits",
+ "boost-utility",
+ "boost-vcpkg-helpers",
+ "boost-winapi"
+ ]
+}