aboutsummaryrefslogtreecommitdiff
path: root/ports/pbc
diff options
context:
space:
mode:
Diffstat (limited to 'ports/pbc')
-rw-r--r--ports/pbc/CONTROL7
-rw-r--r--ports/pbc/vcpkg.json18
2 files changed, 18 insertions, 7 deletions
diff --git a/ports/pbc/CONTROL b/ports/pbc/CONTROL
deleted file mode 100644
index e7f0cc3c0..000000000
--- a/ports/pbc/CONTROL
+++ /dev/null
@@ -1,7 +0,0 @@
-Source: pbc
-Version: 0.5.14
-Port-Version: 4
-Build-Depends: mpir (windows), gmp (!windows)
-Homepage: https://crypto.stanford.edu/pbc
-Description: Pairing-Based Crypto library provides low-level routines for pairing-based cryptosystems.
-Supports: !uwp
diff --git a/ports/pbc/vcpkg.json b/ports/pbc/vcpkg.json
new file mode 100644
index 000000000..3f9c2fc80
--- /dev/null
+++ b/ports/pbc/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "pbc",
+ "version-string": "0.5.14",
+ "port-version": 5,
+ "description": "Pairing-Based Crypto library provides low-level routines for pairing-based cryptosystems.",
+ "homepage": "https://crypto.stanford.edu/pbc",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "gmp",
+ "platform": "!windows"
+ },
+ {
+ "name": "mpir",
+ "platform": "windows"
+ }
+ ]
+}