diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-06 16:06:07 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-06 16:06:07 +0000 |
commit | 5480ed7aba8a624e612e670cdf54e5eb92058907 (patch) | |
tree | 433a849c013a461ff9f69e2ae02cf739a3bee530 /mail | |
parent | 63f95d150dc4ebd50e005da9a80dd0f2844da4b9 (diff) | |
download | ports-5480ed7aba8a624e612e670cdf54e5eb92058907.tar.gz ports-5480ed7aba8a624e612e670cdf54e5eb92058907.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imapsync/Makefile | 4 |
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 |