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