freebsd-ports/mail/sa-stats/Makefile
Sunpoet Po-Chuan Hsieh 966ed0b39b Remove Perl core modules
- While I'm here, add NO_ARCH
- Bump PORTREVISION for dependency change

With hat:	perl
2017-06-26 19:37:46 +00:00

32 lines
702 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= alexey@renatasystems.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>