diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 18:12:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 18:12:50 +0000 |
commit | 69b6f05b28433af07f2b5b45ceb33f35d51932ac (patch) | |
tree | dec24f1f633a2193cb632bb813e9722ef0d39448 /mail/spamstats | |
parent | 02913580192eb376248a8002f1f223a8a9335efd (diff) | |
download | ports-69b6f05b28433af07f2b5b45ceb33f35d51932ac.tar.gz ports-69b6f05b28433af07f2b5b45ceb33f35d51932ac.zip |
Notes
Diffstat (limited to 'mail/spamstats')
-rw-r--r-- | mail/spamstats/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/spamstats/Makefile b/mail/spamstats/Makefile index fa4bfab53b54..298c1a233e46 100644 --- a/mail/spamstats/Makefile +++ b/mail/spamstats/Makefile @@ -15,11 +15,10 @@ COMMENT= A tool to generate statistics for spamd of Mail::SpamAssassin RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-Compress-Bzip2>=2.08:${PORTSDIR}/archivers/p5-Compress-Bzip2 -USE_PERL5= yes NO_BUILD= yes PORTDOCS= QUICK README copyright PLIST_FILES= bin/spamstats.pl -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= ${PORTNAME}${PORTVERSION}.pl post-patch: |