diff options
-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 |