diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-06-01 05:27:30 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-06-01 05:27:30 +0000 |
commit | f128e90880a6f347fd6ea6c35fcfba095b99feaa (patch) | |
tree | 93ebbb33ee4d58fe635602ea9093a1bcfc70fab1 /mail | |
parent | ad186e600d9e5baf04d7ab925d4bf433f1e98b7e (diff) | |
download | ports-f128e90880a6f347fd6ea6c35fcfba095b99feaa.tar.gz ports-f128e90880a6f347fd6ea6c35fcfba095b99feaa.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sa-stats/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sa-stats/Makefile b/mail/sa-stats/Makefile index 77c1cf7b23f5..3b09d4c34043 100644 --- a/mail/sa-stats/Makefile +++ b/mail/sa-stats/Makefile @@ -3,7 +3,7 @@ PORTNAME= sa-stats PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.rulesemporium.com/programs/ \ ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ @@ -15,7 +15,8 @@ COMMENT= Generates top spam/ham rules fired for SpamAssassin installations RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= sa-stats-1.0.txt NO_WRKSUBDIR= yes NO_BUILD= yes |