28 lines
623 B
Makefile
28 lines
623 B
Makefile
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 share/man/man1/prepflog.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
|
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
${LOCALBASE}/bin/pod2man ${WRKSRC}/prepflog.pl > \
|
|
${STAGEDIR}${PREFIX}/share/man/man1/prepflog.1
|
|
|
|
.include <bsd.port.mk>
|