diff options
Diffstat (limited to 'ports/boost-convert')
| -rw-r--r-- | ports/boost-convert/CONTROL | 6 | ||||
| -rw-r--r-- | ports/boost-convert/vcpkg.json | 20 |
2 files changed, 20 insertions, 6 deletions
diff --git a/ports/boost-convert/CONTROL b/ports/boost-convert/CONTROL deleted file mode 100644 index 57069e9cd..000000000 --- a/ports/boost-convert/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -# Automatically generated by scripts/boost/generate-ports.ps1
-Source: boost-convert
-Version: 1.75.0
-Build-Depends: boost-config, boost-core, boost-function-types, boost-lexical-cast, boost-math, boost-mpl, boost-optional, boost-parameter, boost-range, boost-spirit, boost-type-traits, boost-vcpkg-helpers
-Homepage: https://github.com/boostorg/convert
-Description: Boost convert module
diff --git a/ports/boost-convert/vcpkg.json b/ports/boost-convert/vcpkg.json new file mode 100644 index 000000000..9a36044b4 --- /dev/null +++ b/ports/boost-convert/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "boost-convert", + "version-string": "1.75.0", + "description": "Boost convert module", + "homepage": "https://github.com/boostorg/convert", + "dependencies": [ + "boost-config", + "boost-core", + "boost-function-types", + "boost-lexical-cast", + "boost-math", + "boost-mpl", + "boost-optional", + "boost-parameter", + "boost-range", + "boost-spirit", + "boost-type-traits", + "boost-vcpkg-helpers" + ] +} |
