blob: 8c5c6af3703421ce6b1e11b43f164ab5784392ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= prepflog
PORTVERSION= 0.4.1
CATEGORIES= mail
MAINTAINER= ports@FreeBSD.org
COMMENT= Prepares logfiles in a sanitised format for pflogsumm and awstats
WWW= https://github.com/johnfawcett/prepflog
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>
|