Update security/lynis to version 2.5.1
[dports.git] / security / chaosreader / Makefile
1 # Created by: pauls
2 # $FreeBSD$
3
4 PORTNAME=       chaosreader
5 PORTVERSION=    0.96
6 CATEGORIES=     security
7
8 MAINTAINER=     dbaio@FreeBSD.org
9 COMMENT=        Tool to extract data from tcpdump logs
10
11 LICENSE=        GPLv3+
12
13 RUN_DEPENDS=    p5-Net-DNS>=0:dns/p5-Net-DNS
14
15 NO_BUILD=       yes
16 USES=           perl5 shebangfix
17 USE_PERL5=      run
18 NO_ARCH=        yes
19
20 USE_GITHUB=     yes
21 GH_ACCOUNT=     brendangregg
22 GH_PROJECT=     Chaosreader
23
24 PLIST_FILES=    bin/${PORTNAME}
25 SHEBANG_FILES=  chaosreader
26
27 do-install:
28         ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
29
30 .include <bsd.port.mk>