diff options
Diffstat (limited to 'mail/imapsync/Makefile')
-rw-r--r-- | mail/imapsync/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile index 7b596a117e6..2ab782150ec 100644 --- a/mail/imapsync/Makefile +++ b/mail/imapsync/Makefile @@ -6,7 +6,7 @@ # PORTNAME= imapsync -PORTVERSION= 1.404 +PORTVERSION= 1.411 CATEGORIES= mail perl5 MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ EXTRACT_SUFX= .tgz @@ -17,7 +17,9 @@ COMMENT= IMAP synchronization copy or migration tool BUILD_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 -RUN_DEPENDS= ${BUILD_DEPENDS} +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 USE_PERL5= yes NO_BUILD= yes |