aboutsummaryrefslogtreecommitdiff
path: root/net/tcpslice/Makefile
blob: a8993ca97e184e4948fd7cdeeaf5139f2bd4e328 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: smace@FreeBSD.org
# $FreeBSD$

PORTNAME=	tcpslice
PORTVERSION=	20200515
CATEGORIES=	net

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

LICENSE=	BSD3CLAUSE

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

GNU_CONFIGURE=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	the-tcpdump-group
GH_TAGNAME=	8ba3f89

.include <bsd.port.mk>