vcpkg/ports/openldap/vcpkg.json
Gordon Smith 83ef251331
[openldap] Add new port (#26122)
* [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>
2022-08-11 18:17:53 -07:00

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"
}
}
}