mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
2c12f85bf0
Approved by: wg (mentor)
34 lines
745 B
Makefile
34 lines
745 B
Makefile
# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sa-stats
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.rulesemporium.com/programs/ \
|
|
ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.txt
|
|
EXTRACT_SUFX=
|
|
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
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/sa-stats
|
|
|
|
post-extract:
|
|
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
|
|
${STAGEDIR}${PREFIX}/bin/sa-stats
|
|
|
|
.include <bsd.port.mk>
|