aboutsummaryrefslogtreecommitdiff
path: root/ports/libxmlmm
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libxmlmm')
-rw-r--r--ports/libxmlmm/CONTROL5
-rw-r--r--ports/libxmlmm/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/libxmlmm/CONTROL b/ports/libxmlmm/CONTROL
deleted file mode 100644
index a943bcf28..000000000
--- a/ports/libxmlmm/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: libxmlmm
-Version: 0.6.0
-Homepage: https://github.com/rioki/libxmlmm
-Description: Libxmlmm is a C++ wrapper for libxml 2.0 that only relies on standard C++ and libxml2.
-Build-Depends: libxml2
diff --git a/ports/libxmlmm/vcpkg.json b/ports/libxmlmm/vcpkg.json
new file mode 100644
index 000000000..03fdcba58
--- /dev/null
+++ b/ports/libxmlmm/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "libxmlmm",
+ "version-string": "0.6.0",
+ "port-version": 1,
+ "description": "Libxmlmm is a C++ wrapper for libxml 2.0 that only relies on standard C++ and libxml2.",
+ "homepage": "https://github.com/rioki/libxmlmm",
+ "dependencies": [
+ "libxml2"
+ ]
+}