freebsd-ports/mail/p5-Mail-IMAPClient/Makefile
Philippe Audeoud 14803e991f Update to 3.37
2015-08-19 08:50:31 +00:00

23 lines
637 B
Makefile

# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
# $FreeBSD$
PORTNAME= Mail-IMAPClient
PORTVERSION= 3.37
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
RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent \
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= </dev/null
.include <bsd.port.mk>