diff options
Diffstat (limited to 'mail/p5-Net-IMAP-Server/Makefile')
-rw-r--r-- | mail/p5-Net-IMAP-Server/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/p5-Net-IMAP-Server/Makefile b/mail/p5-Net-IMAP-Server/Makefile index 7f73c6597c36..3bed972f2a06 100644 --- a/mail/p5-Net-IMAP-Server/Makefile +++ b/mail/p5-Net-IMAP-Server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-IMAP-Server -PORTVERSION= 1.29 +PORTVERSION= 1.31 CATEGORIES= mail perl5 MASTER_SITES= CPAN @@ -20,7 +20,9 @@ BUILD_DEPENDS= p5-Net-Server-Coro>=0.6:${PORTSDIR}/net/p5-Net-Server-Coro \ p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ - p5-Email-MIME>=0:${PORTSDIR}/mail/p5-Email-MIME + p5-Email-MIME>=0:${PORTSDIR}/mail/p5-Email-MIME \ + p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |