aboutsummaryrefslogtreecommitdiff
path: root/ports/freetds/vcpkg.json
blob: b653876fcb260011cd43048f7de2637a94da0d84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "freetds",
  "version-string": "1.2.11",
  "port-version": 1,
  "description": "Implementation of the Tabular Data Stream protocol",
  "homepage": "https://www.freetds.org",
  "supports": "windows & !uwp",
  "default-features": [
    "openssl"
  ],
  "features": {
    "openssl": {
      "description": "OpenSSL support",
      "dependencies": [
        "openssl"
      ]
    }
  }
}