aboutsummaryrefslogtreecommitdiff
path: root/ports/openvpn3/vcpkg.json
blob: ea718ed621af0e16928533f10bc6dfa93034319a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "openvpn3",
  "version-string": "3.4.1",
  "port-version": 2,
  "description": "a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.",
  "dependencies": [
    "asio",
    "mbedtls",
    {
      "name": "tap-windows6",
      "platform": "windows"
    }
  ]
}