diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imaputils/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/imaputils/Makefile b/mail/imaputils/Makefile index ca660901629e..6a78f25910ce 100644 --- a/mail/imaputils/Makefile +++ b/mail/imaputils/Makefile @@ -7,14 +7,15 @@ CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= m.tsatsenko@gmail.com -COMMENT= A number of tools and scripts for use with IMAP servers +COMMENT= Number of tools and scripts for use with IMAP servers LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING -USE_PERL5_RUN= yes +USES= perl5 shebangfix +USE_PERL5= configure NO_BUILD= yes -PERL_CONFIGURE= yes +SHEBANG_FILES= bin/* OPTIONS_DEFINE= SSL UNICODE |