2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
|
2010-04-02 18:53:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sa-stats
|
|
|
|
PORTVERSION= 1.0
|
2017-06-26 21:37:46 +02:00
|
|
|
PORTREVISION= 3
|
2010-04-02 18:53:24 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www.rulesemporium.com/programs/ \
|
|
|
|
ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
|
2015-05-11 20:34:57 +02:00
|
|
|
EXTRACT_SUFX= .txt
|
2010-04-02 18:53:24 +02:00
|
|
|
EXTRACT_ONLY=
|
|
|
|
|
2018-07-19 00:20:23 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2010-04-02 18:53:24 +02:00
|
|
|
COMMENT= Generates top spam/ham rules fired for SpamAssassin installations
|
|
|
|
|
2015-06-01 07:27:30 +02:00
|
|
|
USES= perl5 shebangfix
|
|
|
|
SHEBANG_FILES= sa-stats-1.0.txt
|
2010-04-02 18:53:24 +02:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
2017-06-26 21:37:46 +02:00
|
|
|
NO_ARCH= yes
|
2010-04-02 18:53:24 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/sa-stats
|
|
|
|
|
|
|
|
post-extract:
|
2015-05-11 23:49:25 +02:00
|
|
|
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
|
2010-04-02 18:53:24 +02:00
|
|
|
|
|
|
|
do-install:
|
2015-05-11 23:49:25 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${DISTFILES} \
|
2014-02-27 16:39:50 +01:00
|
|
|
${STAGEDIR}${PREFIX}/bin/sa-stats
|
2010-04-02 18:53:24 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|