freebsd-ports/mail/p5-Mail-IMAPClient/Makefile
Simon Barner a6e5f6b1da CRAM-MD5 authentication requires Digest::HMAC_MD5, which is
part of security/p5-Digest-HMAC. => add build and run time dependency
on security/p5-Digest-HMAC.

PR:		ports/76781
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	maintainer timeout (6 months)
2005-07-31 10:59:12 +00:00

30 lines
813 B
Makefile

# New ports collection makefile for: p5-Mail-IMAPClient
# Date created: 14 Nov 2000
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD$
#
PORTNAME= Mail-IMAPClient
PORTVERSION= 2.2.9
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
MAINTAINER= mharo@FreeBSD.org
COMMENT= Perl5 module to talk to a IMAP4rev1 (RFC2060) server
BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
INSTALL_TARGET= pure_site_install
MAN3= Mail::IMAPClient.3 Mail::IMAPClient::BodyStructure.3 \
Mail::IMAPClient::Parse.3 Mail::IMAPClient::MessageSet.3 \
Mail::IMAPClient::Thread.3
.include <bsd.port.mk>