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