aboutsummaryrefslogtreecommitdiff
path: root/ports/mpfr
diff options
context:
space:
mode:
Diffstat (limited to 'ports/mpfr')
-rw-r--r--ports/mpfr/CONTROL5
-rw-r--r--ports/mpfr/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/mpfr/CONTROL b/ports/mpfr/CONTROL
deleted file mode 100644
index 487e6cef0..000000000
--- a/ports/mpfr/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: mpfr
-Version: 4.1.0
-Homepage: https://www.mpfr.org
-Description: The MPFR library is a C library for multiple-precision floating-point computations with correct rounding
-Build-Depends: gmp
diff --git a/ports/mpfr/vcpkg.json b/ports/mpfr/vcpkg.json
new file mode 100644
index 000000000..7f742a50c
--- /dev/null
+++ b/ports/mpfr/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "mpfr",
+ "version-string": "4.1.0",
+ "port-version": 1,
+ "description": "The MPFR library is a C library for multiple-precision floating-point computations with correct rounding",
+ "homepage": "https://www.mpfr.org",
+ "dependencies": [
+ "gmp"
+ ]
+}