diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-06 14:43:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-06 14:43:14 +0000 |
commit | ac34378754f1b06efce0ef8d0cc5995a62e9cbb6 (patch) | |
tree | a3e4a477a804f5c0a29b633e6f227bdd98cf5f00 /mail | |
parent | 4a1b8dc7c13f484b2bf6e92998675c2a0d59fa27 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-IMAPClient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile index 049179021739..16395a973f66 100644 --- a/mail/p5-Mail-IMAPClient/Makefile +++ b/mail/p5-Mail-IMAPClient/Makefile @@ -14,12 +14,13 @@ COMMENT= Perl5 module to talk to a IMAP4rev1 (RFC2060) server LICENSE= ARTPERL10 RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ - p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent \ + p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent \ p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-Authen-SASL>=0:security/p5-Authen-SASL USES= perl5 USE_PERL5= configure + CONFIGURE_ARGS= </dev/null .include <bsd.port.mk> |