diff options
author | az <az@FreeBSD.org> | 2013-09-15 02:12:50 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-15 02:12:50 +0800 |
commit | 8e9228a9125fca2fc30a6d68f15e14576792e945 (patch) | |
tree | dec24f1f633a2193cb632bb813e9722ef0d39448 /mail/spamstats | |
parent | 68f77c2518cf055ebbfc736e5c06787d794c138c (diff) | |
download | freebsd-ports-graphics-8e9228a9125fca2fc30a6d68f15e14576792e945.tar.gz freebsd-ports-graphics-8e9228a9125fca2fc30a6d68f15e14576792e945.tar.zst freebsd-ports-graphics-8e9228a9125fca2fc30a6d68f15e14576792e945.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
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 fa4bfab53b5..298c1a233e4 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: |