summaryrefslogtreecommitdiffstats
path: root/mail/courier-authlib/DEPENDS
blob: 22afa299a42468c4a2052dcc3ee175e4f883a9e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
depends  libtool  &&

case  ${CAUTHLIB_AUTHDB}  in
      db)    depends  db    "--with-db=db"
             ;;
      gdbm)  depends  gdbm  "--with-db=gdbm"
             ;;
esac

optional_depends  expect \
                  "" \
                  "" \
                  "to be able to authenticate against system login passwords" &&

optional_depends  linux-pam \
                  "" \
                  "--without-authpam" \
                  "to use PAM for authentication" &&

optional_depends  openldap \
                  "" \
                  "--without-authldap" \
                  "to use OpenLDAP for authentication" &&

optional_depends  MYSQL \
                  "" \
                  "--without-authmysql" \
                  "to use a MySQL database for authentication" &&

optional_depends  postgresql \
                  "" \
                  "--without-authpgsql" \
                  "to use a PostgrsSQL database for authentication"