aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openldap/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/openldap/vcpkg.json')
-rw-r--r--vcpkg/ports/openldap/vcpkg.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/openldap/vcpkg.json b/vcpkg/ports/openldap/vcpkg.json
new file mode 100644
index 0000000..eabf48a
--- /dev/null
+++ b/vcpkg/ports/openldap/vcpkg.json
@@ -0,0 +1,26 @@
+{
+ "name": "openldap",
+ "version": "2.6.10",
+ "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",
+ {
+ "name": "vcpkg-make",
+ "host": true
+ }
+ ],
+ "features": {
+ "cyrus-sasl": {
+ "description": "Enable Cyrus SASL support",
+ "dependencies": [
+ "cyrus-sasl"
+ ]
+ },
+ "tools": {
+ "description": "Enable client tools"
+ }
+ }
+}