vcpkg/ports/mongo-c-driver/vcpkg.json
autoantwort e7e328cf9d
[many ports] call vcpkg_fixup_pkgconfig() (#20953)
* [many ports] call vcpkg_fixup_pkgconfig()

The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files

* Update port-version for armadillo and polyclipping.

* Update version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-27 15:19:28 -07:00

44 lines
876 B
JSON

{
"name": "mongo-c-driver",
"version": "1.17.6",
"port-version": 1,
"description": "Client library written in C for MongoDB.",
"homepage": "https://github.com/mongodb/mongo-c-driver",
"dependencies": [
"libbson",
{
"name": "openssl",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"icu": {
"description": "Enable ICU support, necessary to use non-ASCII usernames or passwords",
"dependencies": [
"icu"
]
},
"snappy": {
"description": "Enables snappy compressor support",
"dependencies": [
"snappy"
]
},
"zstd": {
"description": "Enables zstd compressor support",
"dependencies": [
"zstd"
]
}
}
}