aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-throw-exception
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-throw-exception')
-rw-r--r--ports/boost-throw-exception/CONTROL6
-rw-r--r--ports/boost-throw-exception/vcpkg.json11
2 files changed, 11 insertions, 6 deletions
diff --git a/ports/boost-throw-exception/CONTROL b/ports/boost-throw-exception/CONTROL
deleted file mode 100644
index e377121d5..000000000
--- a/ports/boost-throw-exception/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-# Automatically generated by scripts/boost/generate-ports.ps1
-Source: boost-throw-exception
-Version: 1.75.0
-Build-Depends: boost-assert, boost-config, boost-vcpkg-helpers
-Homepage: https://github.com/boostorg/throw_exception
-Description: Boost throw_exception module
diff --git a/ports/boost-throw-exception/vcpkg.json b/ports/boost-throw-exception/vcpkg.json
new file mode 100644
index 000000000..b32ea2c12
--- /dev/null
+++ b/ports/boost-throw-exception/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "boost-throw-exception",
+ "version-string": "1.75.0",
+ "description": "Boost throw_exception module",
+ "homepage": "https://github.com/boostorg/throw_exception",
+ "dependencies": [
+ "boost-assert",
+ "boost-config",
+ "boost-vcpkg-helpers"
+ ]
+}