aboutsummaryrefslogtreecommitdiff
path: root/ports/plustache
diff options
context:
space:
mode:
Diffstat (limited to 'ports/plustache')
-rw-r--r--ports/plustache/CONTROL4
-rw-r--r--ports/plustache/vcpkg.json10
2 files changed, 10 insertions, 4 deletions
diff --git a/ports/plustache/CONTROL b/ports/plustache/CONTROL
deleted file mode 100644
index f01f1598b..000000000
--- a/ports/plustache/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: plustache
-Version: 0.4.0-1
-Description: {{mustaches}} for C++
-Build-Depends: boost-regex, boost-algorithm
diff --git a/ports/plustache/vcpkg.json b/ports/plustache/vcpkg.json
new file mode 100644
index 000000000..3908571d2
--- /dev/null
+++ b/ports/plustache/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "plustache",
+ "version-string": "0.4.0",
+ "port-version": 2,
+ "description": "{{mustaches}} for C++",
+ "dependencies": [
+ "boost-algorithm",
+ "boost-regex"
+ ]
+}