aboutsummaryrefslogtreecommitdiff
path: root/ports/tre
diff options
context:
space:
mode:
Diffstat (limited to 'ports/tre')
-rw-r--r--ports/tre/CONTROL5
-rw-r--r--ports/tre/vcpkg.json7
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/tre/CONTROL b/ports/tre/CONTROL
deleted file mode 100644
index bccd0d6e6..000000000
--- a/ports/tre/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: tre
-Version: 0.8.0
-Port-Version: 2
-Homepage: https://github.com/laurikari/tre
-Description: TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching.
diff --git a/ports/tre/vcpkg.json b/ports/tre/vcpkg.json
new file mode 100644
index 000000000..cada62dae
--- /dev/null
+++ b/ports/tre/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "tre",
+ "version-string": "0.8.0",
+ "port-version": 3,
+ "description": "TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching.",
+ "homepage": "https://github.com/laurikari/tre"
+}