mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
32 lines
659 B
Makefile
32 lines
659 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= sa-stats
|
|
PORTVERSION= 1.0
|
|
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:perl/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>
|
|
#EOF
|