mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
5415855f92
Ports maintained by me in categories: science security sysutils textproc
32 lines
527 B
Makefile
32 lines
527 B
Makefile
# Created by: pauls
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chaosreader
|
|
PORTVERSION= 0.96
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Tool to extract data from tcpdump logs
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS
|
|
|
|
USES= perl5 shebangfix
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= brendangregg
|
|
GH_PROJECT= Chaosreader
|
|
|
|
USE_PERL5= run
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
SHEBANG_FILES= chaosreader
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|