aboutsummaryrefslogtreecommitdiff
path: root/ports/evpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/evpp')
-rw-r--r--ports/evpp/CONTROL6
-rw-r--r--ports/evpp/vcpkg.json30
2 files changed, 30 insertions, 6 deletions
diff --git a/ports/evpp/CONTROL b/ports/evpp/CONTROL
deleted file mode 100644
index 047c77a44..000000000
--- a/ports/evpp/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: evpp
-Version: 0.7.0
-Port-Version: 4
-Homepage: https://github.com/Qihoo360/evpp
-Description: A modern C++ network library based on libevent for developing high performance network services in TCP/UDP/HTTP protocols.
-Build-Depends: glog, libevent (windows), libevent[openssl] (!windows), rapidjson, concurrentqueue (!windows), boost-lockfree (!windows) \ No newline at end of file
diff --git a/ports/evpp/vcpkg.json b/ports/evpp/vcpkg.json
new file mode 100644
index 000000000..ee95a96a7
--- /dev/null
+++ b/ports/evpp/vcpkg.json
@@ -0,0 +1,30 @@
+{
+ "name": "evpp",
+ "version-string": "0.7.0",
+ "port-version": 5,
+ "description": "A modern C++ network library based on libevent for developing high performance network services in TCP/UDP/HTTP protocols.",
+ "homepage": "https://github.com/Qihoo360/evpp",
+ "dependencies": [
+ {
+ "name": "boost-lockfree",
+ "platform": "!windows"
+ },
+ {
+ "name": "concurrentqueue",
+ "platform": "!windows"
+ },
+ "glog",
+ {
+ "name": "libevent",
+ "platform": "windows"
+ },
+ {
+ "name": "libevent",
+ "features": [
+ "openssl"
+ ],
+ "platform": "!windows"
+ },
+ "rapidjson"
+ ]
+}