diff options
Diffstat (limited to 'vcpkg/ports/freetds/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/freetds/vcpkg.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/vcpkg/ports/freetds/vcpkg.json b/vcpkg/ports/freetds/vcpkg.json new file mode 100644 index 0000000..be1146f --- /dev/null +++ b/vcpkg/ports/freetds/vcpkg.json @@ -0,0 +1,41 @@ +{ + "name": "freetds", + "version": "1.3.10", + "port-version": 2, + "description": "Implementation of the Tabular Data Stream protocol", + "homepage": "https://www.freetds.org", + "license": "GPL-2.0-only", + "supports": "windows & !uwp & !xbox", + "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" + } + } +} |