opnsense-ports/mail/prepflog/Makefile
Franco Fichtner 2ccf9bb41e */*: sync with upstream
Taken from: FreeBSD
2015-08-20 11:30:38 +02:00

25 lines
510 B
Makefile

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