aboutsummaryrefslogtreecommitdiff
path: root/ports/freetds/vcpkg.json
blob: 0c01013ad63a219f1aa1514871b6bad026179d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "freetds",
  "version-string": "1.2.5",
  "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"
      ]
    }
  }
}