vcpkg/ports/freetds/vcpkg.json
talregev a2d8a7cbb1
[fontconfig][freetds][qtwebengine] Take gperf from vcpkg (#24677)
* Take gperf from vcpkg tool if possible

* [gperf] Install binary into tools/gperf/

* Fix kf5codecs gperf bug

* Add PREPEND to freetds port

* fix gperf for qtwebengine

* make gperf modern port

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-06-01 17:13:53 -07:00

42 lines
750 B
JSON

{
"name": "freetds",
"version": "1.3.10",
"port-version": 1,
"description": "Implementation of the Tabular Data Stream protocol",
"homepage": "https://www.freetds.org",
"license": "GPL-2.0-only",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "gperf",
"host": true
},
{
"name": "libmysql",
"platform": "windows"
},
{
"name": "unixodbc",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
}
],
"default-features": [
"openssl"
],
"features": {
"openssl": {
"description": "OpenSSL support",
"dependencies": [
"openssl"
]
},
"tools": {
"description": "Build tools"
}
}
}