mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
862110f54b
PR: 218807 Submitted by: Martin Waschusch <martin@waschbuesch.de>
39 lines
973 B
Makefile
39 lines
973 B
Makefile
# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Mail-IMAPClient
|
|
PORTVERSION= 3.42
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:PLOBBES
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
|
COMMENT= Perl5 module to talk to a IMAP4rev1 (RFC2060) server
|
|
|
|
LICENSE= ARTPERL10
|
|
|
|
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>
|