depends cyrus-sasl &&
optional_depends  db                             \
                  "--with-dbd"                   \
                  "--without-dbd"                \
                  "to enable Berkly DB support"  &&

optional_depends  openldap                  \
                  "--with-ldap"             \
                  "--without-ldap"          \
                  "to enable LDAP support"  &&

optional_depends  SSL                      \
                  "--with-opennssl"             \
                  "--without-opennssl"          \
                  "to enable openSSL support"  &&

optional_depends  tcp_wrappers                 \
                  "--with-libwrap"             \
                  "--without-libwrap"          \
                  "to enable libwrap support"  &&

optional_depends  perl                      \
                  "--with-perl"             \
                  "--without-perl"          \
                  "to enable Perl support"
