aboutsummaryrefslogtreecommitdiff
path: root/ports/libbf
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libbf')
-rw-r--r--ports/libbf/CONTROL3
-rw-r--r--ports/libbf/vcpkg.json6
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/libbf/CONTROL b/ports/libbf/CONTROL
deleted file mode 100644
index 35ee0fbcc..000000000
--- a/ports/libbf/CONTROL
+++ /dev/null
@@ -1,3 +0,0 @@
-Source: libbf
-Version: 1.0.0-1
-Description: Bloom filters for C++11. \ No newline at end of file
diff --git a/ports/libbf/vcpkg.json b/ports/libbf/vcpkg.json
new file mode 100644
index 000000000..1b184fddf
--- /dev/null
+++ b/ports/libbf/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "libbf",
+ "version-string": "1.0.0",
+ "port-version": 2,
+ "description": "Bloom filters for C++11."
+}