diff --git a/net/tcpslice/Makefile b/net/tcpslice/Makefile index 468b6ced40be..a7a53339957f 100644 --- a/net/tcpslice/Makefile +++ b/net/tcpslice/Makefile @@ -1,21 +1,25 @@ # 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 +USES= cpe + +CPE_VENDOR= tcpdump + PLIST_FILES= sbin/tcpslice \ man/man1/tcpslice.1.gz GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= the-tcpdump-group GH_TAGNAME= 3a7bac3 .include