mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
83ef251331
* [openlap] Add new port Merge pull request #1 from dg0yt/openldap Signed-off-by: Gordon Smith <GordonJSmith@gmail.com> * [openlap] Add new port m4.patch is needed when libtool < 2.4.6 m4.patch will only work with autoconf < 2.70 Signed-off-by: Gordon Smith <GordonJSmith@gmail.com> * wip: Make cyrus-sasl optional Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"name": "openldap",
|
|
"version": "2.5.13",
|
|
"description": "OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol.",
|
|
"homepage": "https://www.openldap.org/software/",
|
|
"license": "OLDAP-2.8",
|
|
"supports": "!windows, (mingw & !x86)",
|
|
"dependencies": [
|
|
"openssl"
|
|
],
|
|
"features": {
|
|
"cyrus-sasl": {
|
|
"description": "with Cyrus SASL support"
|
|
},
|
|
"tools": {
|
|
"description": "Enable client tools"
|
|
}
|
|
}
|
|
}
|