diff options
author | barner <barner@FreeBSD.org> | 2005-07-31 18:59:12 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-07-31 18:59:12 +0800 |
commit | 374cb45cf3503a5db928da529b8e91bd41406fba (patch) | |
tree | 81f1586aa4a399ca817e13f96b532fbe652a507b /mail | |
parent | 489931ab66328aaa6841df39841e8f65fb6b93c5 (diff) | |
download | freebsd-ports-gnome-374cb45cf3503a5db928da529b8e91bd41406fba.tar.gz freebsd-ports-gnome-374cb45cf3503a5db928da529b8e91bd41406fba.tar.zst freebsd-ports-gnome-374cb45cf3503a5db928da529b8e91bd41406fba.zip |
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)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-IMAPClient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile index dcfe7dc5779d..188df4eb6df5 100644 --- a/mail/p5-Mail-IMAPClient/Makefile +++ b/mail/p5-Mail-IMAPClient/Makefile @@ -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 |