aboutsummaryrefslogtreecommitdiff
path: root/ports/cppcms
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cppcms')
-rw-r--r--ports/cppcms/CONTROL7
-rw-r--r--ports/cppcms/vcpkg.json14
2 files changed, 14 insertions, 7 deletions
diff --git a/ports/cppcms/CONTROL b/ports/cppcms/CONTROL
deleted file mode 100644
index 2d4f63095..000000000
--- a/ports/cppcms/CONTROL
+++ /dev/null
@@ -1,7 +0,0 @@
-Source: cppcms
-Version: 1.2.1
-Port-Version: 2
-Homepage: https://github.com/artyom-beilis/cppcms
-Description: CppCMS is a Free High Performance Web Development Framework (not a CMS) aimed at Rapid Web Application Development
-Build-Depends: icu, pcre, openssl, zlib
-Supports: !(linux|osx)
diff --git a/ports/cppcms/vcpkg.json b/ports/cppcms/vcpkg.json
new file mode 100644
index 000000000..0991668ef
--- /dev/null
+++ b/ports/cppcms/vcpkg.json
@@ -0,0 +1,14 @@
+{
+ "name": "cppcms",
+ "version-string": "1.2.1",
+ "port-version": 3,
+ "description": "CppCMS is a Free High Performance Web Development Framework (not a CMS) aimed at Rapid Web Application Development",
+ "homepage": "https://github.com/artyom-beilis/cppcms",
+ "supports": "!(linux | osx)",
+ "dependencies": [
+ "icu",
+ "openssl",
+ "pcre",
+ "zlib"
+ ]
+}