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