diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-07-31 10:59:12 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-07-31 10:59:12 +0000 |
commit | a6e5f6b1da5a49ec08f0bedd1b3c7edeb662ae19 (patch) | |
tree | 309049142964ab0d45c60a2073a8f15224c330de /mail/p5-Mail-IMAPClient/Makefile | |
parent | bd4355ef234f466b904ace60844e66f134fe1a3d (diff) | |
download | ports-a6e5f6b1da5a49ec08f0bedd1b3c7edeb662ae19.tar.gz ports-a6e5f6b1da5a49ec08f0bedd1b3c7edeb662ae19.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-IMAPClient/Makefile')
-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 |