1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/mail/prepflog/Makefile
Martin Wilke f88e0bbc02 The script processes mail log files that are to be passed to pflogsumm
or awstats disregarding the lines relating to the re-injection of
messages into postfix.

It is very useful for a postfix setup which uses amavis for virus filtering.

WWW: http://www.gufonero.com/postfix/prepflog.html

PR:		ports/119646
Submitted by:	Terry Sposato
2008-02-16 09:53:30 +00:00

26 lines
532 B
Makefile

# New ports collection makefile for: prepflog
# Date created: 14 January 2008
# Whom: Terry Sposato
#
# $FreeBSD$
#
PORTNAME= prepflog
PORTVERSION= 0.3
CATEGORIES= mail
MASTER_SITES= http://www.gufonero.com/postfix/
EXTRACT_SUFX= .tgz
MAINTAINER= terry@sucked-in.com
COMMENT= Prepares logfiles in a sanitised format for pflogsumm and awstats
PLIST_FILES= bin/prepflog
NO_BUILD= yes
USE_PERL5= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>