1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/mail/prepflog/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

23 lines
472 B
Makefile

# Created by: Terry Sposato
# $FreeBSD$
PORTNAME= prepflog
PORTVERSION= 0.4
CATEGORIES= mail
MASTER_SITES= http://www.gufonero.com/postfix/
MAINTAINER= tabmow@freenode.net
COMMENT= Prepares logfiles in a sanitised format for pflogsumm and awstats
USES= perl5 shebangfix tar:tgz
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>