diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-01 17:15:21 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-01 17:15:21 +0000 |
commit | 581fba9c9ecc809371ff5e5ba5bcb22900f39aab (patch) | |
tree | 56f94d01f9153a3d986a633227c0537d5ad8d6f8 /mail/imaputils | |
parent | 80eeb7bd590a6e3ad4385423e604ee06b53413d5 (diff) | |
download | ports-581fba9c9ecc809371ff5e5ba5bcb22900f39aab.tar.gz ports-581fba9c9ecc809371ff5e5ba5bcb22900f39aab.zip |
Notes
Diffstat (limited to 'mail/imaputils')
-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 |