1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/mail/sa-stats/Makefile
Kurt Jaeger f128e90880 mail/sa-stats: shebangfix
PR:		200143
Approved by:	alexey@renatasystems.org (maintainer timeout)
2015-06-01 05:27:30 +00:00

34 lines
754 B
Makefile

# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$
PORTNAME= sa-stats
PORTVERSION= 1.0
PORTREVISION= 2
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
RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long
USES= perl5 shebangfix
SHEBANG_FILES= sa-stats-1.0.txt
NO_WRKSUBDIR= 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>