aboutsummaryrefslogtreecommitdiff
path: root/ports/libproxy/vcpkg.json
blob: 8f396510474156f47fe5a9c4b30fce4119f3146e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "name": "libproxy",
  "version-string": "0.4.15",
  "port-version": 3,
  "description": "libproxy is a library that provides automatic proxy configuration management.",
  "homepage": "https://github.com/libproxy/libproxy",
  "dependencies": [
    "libmodman"
  ],
  "features": {
    "bindings-csharp": {
      "description": "Install C# bindings"
    },
    "bindings-perl": {
      "description": "Install PERL bindings"
    },
    "bindings-python": {
      "description": "Install Python bindings"
    },
    "bindings-ruby": {
      "description": "Install Ruby bindings"
    },
    "bindings-vala": {
      "description": "Install Vala bindings"
    },
    "tests": {
      "description": "Build libproxy tests"
    },
    "tools": {
      "description": "build tools"
    }
  }
}