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