aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-IMAPClient
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2020-04-25 15:15:21 +0000
committerGleb Popov <arrowd@FreeBSD.org>2020-04-25 15:15:21 +0000
commit862110f54bf0398b4e8dc4c5be62131f5a44300b (patch)
treea0d3e4d390f0cfaa184fb5c4ac114d2ff6dadd8f /mail/p5-Mail-IMAPClient
parent804b0f94b784e98c6bde97ffbae26cdeb1716ff6 (diff)
downloadports-862110f54bf0398b4e8dc4c5be62131f5a44300b.tar.gz
ports-862110f54bf0398b4e8dc4c5be62131f5a44300b.zip
mail/p5-Mail-IMAPClient: Add OPTIONS.
PR: 218807 Submitted by: Martin Waschusch <martin@waschbuesch.de>
Notes
Notes: svn path=/head/; revision=532956
Diffstat (limited to 'mail/p5-Mail-IMAPClient')
-rw-r--r--mail/p5-Mail-IMAPClient/Makefile20
1 files changed, 16 insertions, 4 deletions
diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile
index 99010487c4b5..782c3bc70868 100644
--- a/mail/p5-Mail-IMAPClient/Makefile
+++ b/mail/p5-Mail-IMAPClient/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Mail-IMAPClient
PORTVERSION= 3.42
+PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PLOBBES
@@ -13,14 +14,25 @@ COMMENT= Perl5 module to talk to a IMAP4rev1 (RFC2060) server
LICENSE= ARTPERL10
-RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \
- p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent \
- p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
- p5-Authen-SASL>=0:security/p5-Authen-SASL
+RUN_DEPENDS= p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent \
+ p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
USES= perl5
USE_PERL5= configure
+OPTIONS_DEFINE= CRAMMD5 DIGESTMD5 NTLM
+OPTIONS_DEFAULT= CRAMMD5 DIGESTMD5
+
+CRAMMD5_DESC= Allow CRAM-MD5 auth scheme
+CRAMMD5_RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC
+
+DIGESTMD5_DESC= Allow DIGEST-MD5 auth scheme
+DIGESTMD5_RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \
+ p5-Digest-MD5>=0:security/p5-Digest-MD5
+
+NTLM_DESC= Allow NTLM auth scheme
+NTLM_RUN_DEPENDS= p5-Authen-NTLM>=0:security/p5-Authen-NTLM
+
CONFIGURE_ARGS= </dev/null
.include <bsd.port.mk>