mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
23384b5d73
PR: 206894 Submitted by: tkato432 yahoo com Sponsored by: Absolight
30 lines
609 B
Makefile
30 lines
609 B
Makefile
# Created by: Terry Sposato
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= prepflog
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Prepares logfiles in a sanitised format for pflogsumm and awstats
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= perl5 shebangfix
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= johnfawcett
|
|
|
|
SHEBANG_FILES= prepflog.pl
|
|
PLIST_FILES= bin/prepflog man/man1/prepflog.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
|
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
${LOCALBASE}/bin/pod2man ${WRKSRC}/prepflog.pl > \
|
|
${STAGEDIR}${MANPREFIX}/man/man1/prepflog.1
|
|
|
|
.include <bsd.port.mk>
|