diff options
Diffstat (limited to 'ports/boost-optional')
| -rw-r--r-- | ports/boost-optional/CONTROL | 6 | ||||
| -rw-r--r-- | ports/boost-optional/vcpkg.json | 19 |
2 files changed, 19 insertions, 6 deletions
diff --git a/ports/boost-optional/CONTROL b/ports/boost-optional/CONTROL deleted file mode 100644 index 89672a24d..000000000 --- a/ports/boost-optional/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -# Automatically generated by scripts/boost/generate-ports.ps1
-Source: boost-optional
-Version: 1.75.0
-Build-Depends: boost-assert, boost-config, boost-core, boost-detail, boost-move, boost-predef, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers
-Homepage: https://github.com/boostorg/optional
-Description: Boost optional module
diff --git a/ports/boost-optional/vcpkg.json b/ports/boost-optional/vcpkg.json new file mode 100644 index 000000000..7afa11956 --- /dev/null +++ b/ports/boost-optional/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "boost-optional", + "version-string": "1.75.0", + "description": "Boost optional module", + "homepage": "https://github.com/boostorg/optional", + "dependencies": [ + "boost-assert", + "boost-config", + "boost-core", + "boost-detail", + "boost-move", + "boost-predef", + "boost-static-assert", + "boost-throw-exception", + "boost-type-traits", + "boost-utility", + "boost-vcpkg-helpers" + ] +} |
