diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-19 07:25:55 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-19 07:25:55 +0000 |
commit | 933d4284f152669874d2f6805480547953738ccf (patch) | |
tree | 37cdbca52caf3bf3c6651ecceb7bae2b0f7c27de /mail | |
parent | 405420ffaadc6f7fb05db239745c5beceddb19f8 (diff) | |
download | ports-933d4284f152669874d2f6805480547953738ccf.tar.gz ports-933d4284f152669874d2f6805480547953738ccf.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/websieve/options | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/websieve/options b/mail/websieve/options new file mode 100644 index 000000000000..289f7f9cf9f5 --- /dev/null +++ b/mail/websieve/options @@ -0,0 +1,17 @@ +# $FreeBSD$ +# + +#WITH_CYRUS_IMAPD_VER= none, 22, 21, 20 +# Use the Cyrus IMAP and Sieve perl modules. +# The Cyrus perl modules do not support SSL, but better +# authentication mechanisms than cleartext PLAIN. + + +## AUTOMATICALLY GENERATED FILE - DO NOT CHANGE ANYTHING BELOW THIS LINE ## +# use `make config' to edit the local configuration +# use `make makeconfig' to edit the defaults (MAINTAINER only) + +_OPTIONSNG_READ?=default +.ifndef WITH_CYRUS_IMAPD_VER +WITHOUT_CYRUS_IMAPD_VER?=yes +.endif |