aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-functional
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-functional')
-rw-r--r--ports/boost-functional/CONTROL6
-rw-r--r--ports/boost-functional/vcpkg.json16
2 files changed, 16 insertions, 6 deletions
diff --git a/ports/boost-functional/CONTROL b/ports/boost-functional/CONTROL
deleted file mode 100644
index 69ffcaf84..000000000
--- a/ports/boost-functional/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-# Automatically generated by scripts/boost/generate-ports.ps1
-Source: boost-functional
-Version: 1.75.0
-Build-Depends: boost-config, boost-core, boost-mpl, boost-preprocessor, boost-type-traits, boost-typeof, boost-utility, boost-vcpkg-helpers
-Homepage: https://github.com/boostorg/functional
-Description: Boost functional module
diff --git a/ports/boost-functional/vcpkg.json b/ports/boost-functional/vcpkg.json
new file mode 100644
index 000000000..a20b8c410
--- /dev/null
+++ b/ports/boost-functional/vcpkg.json
@@ -0,0 +1,16 @@
+{
+ "name": "boost-functional",
+ "version-string": "1.75.0",
+ "description": "Boost functional module",
+ "homepage": "https://github.com/boostorg/functional",
+ "dependencies": [
+ "boost-config",
+ "boost-core",
+ "boost-mpl",
+ "boost-preprocessor",
+ "boost-type-traits",
+ "boost-typeof",
+ "boost-utility",
+ "boost-vcpkg-helpers"
+ ]
+}