1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/mail/prepflog/Makefile
2014-02-26 09:25:22 +00:00

24 lines
483 B
Makefile

# Created by: Terry Sposato
# $FreeBSD$
PORTNAME= prepflog
PORTVERSION= 0.4
CATEGORIES= mail
MASTER_SITES= http://www.gufonero.com/postfix/
EXTRACT_SUFX= .tgz
MAINTAINER= tabmow@freenode.net
COMMENT= Prepares logfiles in a sanitised format for pflogsumm and awstats
USES= perl5 shebangfix
NO_BUILD= yes
SHEBANG_FILES= prepflog.pl
PLIST_FILES= bin/prepflog
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>