aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-contract
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-contract')
-rw-r--r--ports/boost-contract/CONTROL6
-rw-r--r--ports/boost-contract/vcpkg.json28
2 files changed, 28 insertions, 6 deletions
diff --git a/ports/boost-contract/CONTROL b/ports/boost-contract/CONTROL
deleted file mode 100644
index 1c6d642cc..000000000
--- a/ports/boost-contract/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-# Automatically generated by scripts/boost/generate-ports.ps1
-Source: boost-contract
-Version: 1.75.0
-Build-Depends: boost-any, boost-assert, boost-build, boost-config, boost-core, boost-detail, boost-exception, boost-function, boost-function-types, boost-modular-build-helper, boost-mpl, boost-optional, boost-preprocessor, boost-smart-ptr, boost-static-assert, boost-thread, boost-type-traits, boost-typeof, boost-utility, boost-vcpkg-helpers
-Homepage: https://github.com/boostorg/contract
-Description: Boost contract module
diff --git a/ports/boost-contract/vcpkg.json b/ports/boost-contract/vcpkg.json
new file mode 100644
index 000000000..d95ecdd08
--- /dev/null
+++ b/ports/boost-contract/vcpkg.json
@@ -0,0 +1,28 @@
+{
+ "name": "boost-contract",
+ "version-string": "1.75.0",
+ "description": "Boost contract module",
+ "homepage": "https://github.com/boostorg/contract",
+ "dependencies": [
+ "boost-any",
+ "boost-assert",
+ "boost-build",
+ "boost-config",
+ "boost-core",
+ "boost-detail",
+ "boost-exception",
+ "boost-function",
+ "boost-function-types",
+ "boost-modular-build-helper",
+ "boost-mpl",
+ "boost-optional",
+ "boost-preprocessor",
+ "boost-smart-ptr",
+ "boost-static-assert",
+ "boost-thread",
+ "boost-type-traits",
+ "boost-typeof",
+ "boost-utility",
+ "boost-vcpkg-helpers"
+ ]
+}