git: 4362ee6eec17 - main - net/tcpslice: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 13:26:24 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=4362ee6eec17b7c0c656bd25f5914d7d08751157 commit 4362ee6eec17b7c0c656bd25f5914d7d08751157 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-03-18 13:18:58 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-03-18 13:23:53 +0000 net/tcpslice: Add CPE information Approved by: portmgr (blanket) --- net/tcpslice/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/tcpslice/Makefile b/net/tcpslice/Makefile index 468b6ced40be..a7a53339957f 100644 --- a/net/tcpslice/Makefile +++ b/net/tcpslice/Makefile @@ -9,6 +9,10 @@ COMMENT= Tool for extracting portions of pcap files LICENSE= BSD3CLAUSE +USES= cpe + +CPE_VENDOR= tcpdump + PLIST_FILES= sbin/tcpslice \ man/man1/tcpslice.1.gz