diff options
author | az <az@FreeBSD.org> | 2013-09-02 01:15:21 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 01:15:21 +0800 |
commit | 5ad5015fb8e4d7c8c64dd78c5dc134a28c0bc46c (patch) | |
tree | 56f94d01f9153a3d986a633227c0537d5ad8d6f8 /mail | |
parent | ca3f9cde80af432fd4a2c74c0f16d6680bfad70d (diff) | |
download | freebsd-ports-gnome-5ad5015fb8e4d7c8c64dd78c5dc134a28c0bc46c.tar.gz freebsd-ports-gnome-5ad5015fb8e4d7c8c64dd78c5dc134a28c0bc46c.tar.zst freebsd-ports-gnome-5ad5015fb8e4d7c8c64dd78c5dc134a28c0bc46c.zip |
- Resolve of using PERL_CONFIGURE and USE_PERL5_RUN together
- Convert to new perl5 framework
- Remove an indefinite article from COMMENT line
- Use shebangfix for runable files
With hat: perl@
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 |