freebsd-ports/mail/sa-stats/Makefile
Yuri Victorovich b66056ffed Reset maintainership of the ports maintained by alexey@renatasystems.org
Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp

Also, looking at the subversion log, there were timeouts on:
* bug#224169 r465659 | ygy | 2018-03-26 19:51:12
* bug#224768 r459066 | swills | 2018-01-15 07:16:28
* bug#224755 r459058 | swills | 2018-01-15 06:55:08

The last approval from alexey@renatasystems.org was over a year ago:
bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama)
2018-07-18 22:20:23 +00:00

32 lines
695 B
Makefile

# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$
PORTNAME= sa-stats
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://www.rulesemporium.com/programs/ \
ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
EXTRACT_SUFX= .txt
EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates top spam/ham rules fired for SpamAssassin installations
USES= perl5 shebangfix
SHEBANG_FILES= sa-stats-1.0.txt
NO_WRKSUBDIR= yes
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/sa-stats
post-extract:
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTFILES} \
${STAGEDIR}${PREFIX}/bin/sa-stats
.include <bsd.port.mk>