aboutsummaryrefslogtreecommitdiff
path: root/ports/cppitertools
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cppitertools')
-rw-r--r--ports/cppitertools/CONTROL5
-rw-r--r--ports/cppitertools/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/cppitertools/CONTROL b/ports/cppitertools/CONTROL
deleted file mode 100644
index 84897b20c..000000000
--- a/ports/cppitertools/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: cppitertools
-Version: 2.1
-Homepage: https://github.com/ryanhaining/cppitertools
-Description: Range-based for loop add-ons inspired by the Python builtins and itertools library
-Build-Depends: boost-optional
diff --git a/ports/cppitertools/vcpkg.json b/ports/cppitertools/vcpkg.json
new file mode 100644
index 000000000..8f643e6bc
--- /dev/null
+++ b/ports/cppitertools/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "cppitertools",
+ "version-string": "2.1",
+ "port-version": 1,
+ "description": "Range-based for loop add-ons inspired by the Python builtins and itertools library",
+ "homepage": "https://github.com/ryanhaining/cppitertools",
+ "dependencies": [
+ "boost-optional"
+ ]
+}