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