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