diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 15:23:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 15:23:58 +0000 |
commit | 8b77080918d0242431bdc02d5bbaca527cf1d34e (patch) | |
tree | 38d8ee0489aa5335f3aff285581295d88a8c9c13 /www/calamaris | |
parent | a8125260aa8cb21285ce1ba54a59a4b5d80790ed (diff) |
Notes
Diffstat (limited to 'www/calamaris')
-rw-r--r-- | www/calamaris/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/calamaris/Makefile b/www/calamaris/Makefile index df888f6dac42..63bcc94e8846 100644 --- a/www/calamaris/Makefile +++ b/www/calamaris/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= http://cord.de/tools/squid/calamaris/ MAINTAINER= demon@FreeBSD.org COMMENT= A perl script to produce statistics out of Squid log files -USE_PERL5= yes +USES= shebangfix perl5 NO_BUILD= yes -USES= shebangfix SHEBANG_FILES= calamaris MAN1= calamaris.1 |