1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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)
This commit is contained in:
Simon Barner 2005-07-31 10:59:12 +00:00
parent bd4355ef23
commit a6e5f6b1da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140539

View File

@ -15,7 +15,8 @@ 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
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