aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-11-07 00:06:07 +0800
committerwg <wg@FreeBSD.org>2013-11-07 00:06:07 +0800
commitb26b14fd736c4f506fd823ddea707ff6fdac22a1 (patch)
tree433a849c013a461ff9f69e2ae02cf739a3bee530 /mail
parent5ead496d7c10412da0605f789f3bc7f3da266d0a (diff)
downloadfreebsd-ports-gnome-b26b14fd736c4f506fd823ddea707ff6fdac22a1.tar.gz
freebsd-ports-gnome-b26b14fd736c4f506fd823ddea707ff6fdac22a1.tar.zst
freebsd-ports-gnome-b26b14fd736c4f506fd823ddea707ff6fdac22a1.zip
mail/imapsync: add missing run dependency
PR: ports/183719 Submitted by: Lawrence Chen <lkchen mew.cns.ksu.edu>, maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/imapsync/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile
index 37a01284dc3d..8223dffc74ac 100644
--- a/mail/imapsync/Makefile
+++ b/mail/imapsync/Makefile
@@ -3,6 +3,7 @@
PORTNAME= imapsync
PORTVERSION= 1.569
+PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/
EXTRACT_SUFX= .tgz
@@ -12,7 +13,8 @@ COMMENT= IMAP synchronization, copy or migration tool
RUN_DEPENDS= p5-Mail-IMAPClient>0:${PORTSDIR}/mail/p5-Mail-IMAPClient \
p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \
- p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL
+ p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \
+ p5-File-Copy-Recursive>0:${PORTSDIR}/devel/p5-File-Copy-Recursive
USES= perl5
NO_BUILD= yes