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