aboutsummaryrefslogtreecommitdiff
path: root/mail/websieve
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2015-03-12 10:23:33 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2015-03-12 10:23:33 +0000
commit560a24304a25e9a814e61e442745159e6e502ccd (patch)
tree925070ebd8a00ab0bdf287fb8fa182a62967a876 /mail/websieve
parent18e951328e0b0af40fdb9df6b674e48187a2c34c (diff)
downloadports-560a24304a25e9a814e61e442745159e6e502ccd.tar.gz
ports-560a24304a25e9a814e61e442745159e6e502ccd.zip
Notes
Diffstat (limited to 'mail/websieve')
-rw-r--r--mail/websieve/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/mail/websieve/Makefile b/mail/websieve/Makefile
index e09b9b50e51d..f78ea96ae510 100644
--- a/mail/websieve/Makefile
+++ b/mail/websieve/Makefile
@@ -22,15 +22,19 @@ NO_BUILD= yes
# highest select version number. If no Cyrus IMAPd versions are
# selected, use some generic IMAP modules
-OPTIONS_DEFINE= CYRUS_IMAPD_23 CYRUS_IMAPD_24
-OPTIONS_DEFAULT= CYRUS_IMAPD_23
+OPTIONS_DEFINE= CYRUS_IMAPD_23 CYRUS_IMAPD_24 CYRUS_IMAPD_25
+OPTIONS_DEFAULT= CYRUS_IMAPD_24
CYRUS_IMAPD_23_DESC= With Cyrus IMAPd version 2.3.x
CYRUS_IMAPD_24_DESC= With Cyrus IMAPd version 2.4.x
+CYRUS_IMAPD_25_DESC= With Cyrus IMAPd version 2.5.x
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MCYRUS_IMAPD_24}
+.if ${PORT_OPTIONS:MCYRUS_IMAPD_25}
+RUN_DEPENDS+= cyradm:${PORTSDIR}/mail/cyrus-imapd25
+FUNCLIB_PL= funclib.cyrus
+.elif ${PORT_OPTIONS:MCYRUS_IMAPD_24}
RUN_DEPENDS+= cyradm:${PORTSDIR}/mail/cyrus-imapd24
FUNCLIB_PL= funclib.cyrus
.elif ${PORT_OPTIONS:MCYRUS_IMAPD_23}