diff options
Diffstat (limited to 'ports/boost-asio')
| -rw-r--r-- | ports/boost-asio/CONTROL | 8 | ||||
| -rw-r--r-- | ports/boost-asio/vcpkg.json | 32 |
2 files changed, 32 insertions, 8 deletions
diff --git a/ports/boost-asio/CONTROL b/ports/boost-asio/CONTROL deleted file mode 100644 index ad44a6be7..000000000 --- a/ports/boost-asio/CONTROL +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically generated by scripts/boost/generate-ports.ps1
-Source: boost-asio
-Version: 1.75.0
-Port-Version: 1
-Build-Depends: boost-array, boost-assert, boost-bind, boost-chrono, boost-compatibility, boost-config, boost-coroutine (!arm&!uwp&!emscripten), boost-date-time, boost-detail, boost-function, boost-integer, boost-regex, boost-smart-ptr, boost-system, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers, openssl
-Homepage: https://github.com/boostorg/asio
-Description: Boost asio module
-Supports: !emscripten
diff --git a/ports/boost-asio/vcpkg.json b/ports/boost-asio/vcpkg.json new file mode 100644 index 000000000..2c95b02eb --- /dev/null +++ b/ports/boost-asio/vcpkg.json @@ -0,0 +1,32 @@ +{ + "name": "boost-asio", + "version-string": "1.75.0", + "port-version": 1, + "description": "Boost asio module", + "homepage": "https://github.com/boostorg/asio", + "supports": "!emscripten", + "dependencies": [ + "boost-array", + "boost-assert", + "boost-bind", + "boost-chrono", + "boost-compatibility", + "boost-config", + { + "name": "boost-coroutine", + "platform": "!arm & !uwp & !emscripten" + }, + "boost-date-time", + "boost-detail", + "boost-function", + "boost-integer", + "boost-regex", + "boost-smart-ptr", + "boost-system", + "boost-throw-exception", + "boost-type-traits", + "boost-utility", + "boost-vcpkg-helpers", + "openssl" + ] +} |
