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