diff options
author | des <des@FreeBSD.org> | 2005-05-03 05:36:40 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2005-05-03 05:36:40 +0800 |
commit | 4c64f6dc5725034abb689e1ae9bb29589891ba69 (patch) | |
tree | aa2124676538804378fcebb70e88535e1947731f /mail/imapsync | |
parent | 5b33d7b8b6bd6b44397fb4e6e77d6bc854ecb9a2 (diff) | |
download | freebsd-ports-gnome-4c64f6dc5725034abb689e1ae9bb29589891ba69.tar.gz freebsd-ports-gnome-4c64f6dc5725034abb689e1ae9bb29589891ba69.tar.zst freebsd-ports-gnome-4c64f6dc5725034abb689e1ae9bb29589891ba69.zip |
Add missing dependencies.
Approved by: maintainer
Diffstat (limited to 'mail/imapsync')
-rw-r--r-- | mail/imapsync/Makefile | 5 |
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 |