mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
22 lines
358 B
Makefile
22 lines
358 B
Makefile
# Created by: smace@FreeBSD.org
|
|
|
|
PORTNAME= tcpslice
|
|
PORTVERSION= 20200819
|
|
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= 3a7bac3
|
|
|
|
.include <bsd.port.mk>
|