aboutsummaryrefslogtreecommitdiff
path: root/ports/http-parser
diff options
context:
space:
mode:
Diffstat (limited to 'ports/http-parser')
-rw-r--r--ports/http-parser/CONTROL4
-rw-r--r--ports/http-parser/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/http-parser/CONTROL b/ports/http-parser/CONTROL
deleted file mode 100644
index 8e7329bad..000000000
--- a/ports/http-parser/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: http-parser
-Version: 2.9.4
-Homepage: https://github.com/nodejs/http-parser
-Description: HTTP Parser.
diff --git a/ports/http-parser/vcpkg.json b/ports/http-parser/vcpkg.json
new file mode 100644
index 000000000..bd316b2a2
--- /dev/null
+++ b/ports/http-parser/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "http-parser",
+ "version-string": "2.9.4",
+ "port-version": 1,
+ "description": "HTTP Parser.",
+ "homepage": "https://github.com/nodejs/http-parser"
+}