aboutsummaryrefslogtreecommitdiff
path: root/mail/imapsync
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2005-05-02 21:36:40 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2005-05-02 21:36:40 +0000
commit92ff104e8fcf25d988a564da4cefc97e88308cee (patch)
treee8e45e70a9b2abb725da24a13103ad5055aebe1c /mail/imapsync
parentbad9a5cf92dc4ace291089ff8d444db6ed08ab8a (diff)
Add missing dependencies.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=134515
Diffstat (limited to 'mail/imapsync')
-rw-r--r--mail/imapsync/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile
index 3c50af6fd354..a9e5290492a6 100644
--- a/mail/imapsync/Makefile
+++ b/mail/imapsync/Makefile
@@ -7,6 +7,7 @@
PORTNAME= imapsync
PORTVERSION= 1.125
+PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= http://www.linux-france.org/prj/imapsync/dist/
EXTRACT_SUFX= .tgz
@@ -14,7 +15,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= tiamat@komi.mts.ru
COMMENT= IMAP synchronization copy or migration tool
-BUILD_DEPENDS= ${SITE_PERL}/Mail/IMAPClient.pm:${PORTSDIR}/mail/p5-Mail-IMAPClient
+BUILD_DEPENDS= ${SITE_PERL}/Mail/IMAPClient.pm:${PORTSDIR}/mail/p5-Mail-IMAPClient \
+ ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
+ ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= yes