summaryrefslogtreecommitdiff
path: root/net/tcpslice/Makefile
blob: de44addbb437a7bcb53a7045ad6b57676cd9869f (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
# Created by: smace@FreeBSD.org

PORTNAME=	tcpslice
PORTVERSION=	1.5
PORTEPOCH=	1
CATEGORIES=	net

MAINTAINER=	sbz@FreeBSD.org
COMMENT=	Tool for extracting portions of pcap files

LICENSE=	BSD3CLAUSE

USES=		cpe

CPE_VENDOR=	tcpdump

PLIST_FILES=	bin/tcpslice \
		man/man1/tcpslice.1.gz

GNU_CONFIGURE=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	the-tcpdump-group
GH_TAGNAME=	f73194c

.include <bsd.port.mk>