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