aboutsummaryrefslogtreecommitdiff
path: root/ports/mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ports/mpc')
-rw-r--r--ports/mpc/CONTROL5
-rw-r--r--ports/mpc/vcpkg.json11
2 files changed, 11 insertions, 5 deletions
diff --git a/ports/mpc/CONTROL b/ports/mpc/CONTROL
deleted file mode 100644
index 4514e6289..000000000
--- a/ports/mpc/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: mpc
-Version: 1.2.0
-Homepage: http://www.multiprecision.org/mpc/
-Description: GNU MPC is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result.
-Build-Depends: gmp, mpfr
diff --git a/ports/mpc/vcpkg.json b/ports/mpc/vcpkg.json
new file mode 100644
index 000000000..2c8e38d1d
--- /dev/null
+++ b/ports/mpc/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "mpc",
+ "version-string": "1.2.0",
+ "port-version": 1,
+ "description": "GNU MPC is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result.",
+ "homepage": "http://www.multiprecision.org/mpc/",
+ "dependencies": [
+ "gmp",
+ "mpfr"
+ ]
+}