diff options
author | eik <eik@FreeBSD.org> | 2004-07-19 15:25:55 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-07-19 15:25:55 +0800 |
commit | 4f9e0625a917a47e888d5146478967168b84ed83 (patch) | |
tree | ab6c7713e1829a75d4babca7969654a139f45250 /mail | |
parent | 0245bb90e58649b89a062ed2a54fe0ab6ef10242 (diff) | |
download | freebsd-ports-gnome-4f9e0625a917a47e888d5146478967168b84ed83.tar.gz freebsd-ports-gnome-4f9e0625a917a47e888d5146478967168b84ed83.tar.zst freebsd-ports-gnome-4f9e0625a917a47e888d5146478967168b84ed83.zip |
add files forgotten in last commit
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 |