1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/mail/prepflog/Makefile

23 lines
444 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
PLIST_FILES= bin/prepflog
NO_BUILD= yes
USES= perl5
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>