git: 6b3fad770c19 - main - net/libpcap: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sat Sep 11 11:57:29 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b3fad770c19e4ffe5cd5f7a46235ce917c8adbc

commit 6b3fad770c19e4ffe5cd5f7a46235ce917c8adbc
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-11 11:45:42 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-11 11:45:42 +0000

    net/libpcap: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net/libpcap/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile
index d4dfa320f546..393128878838 100644
--- a/net/libpcap/Makefile
+++ b/net/libpcap/Makefile
@@ -12,7 +12,9 @@ LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex
 
-USES=		bison gmake
+USES=		bison cpe gmake
+
+CPE_VENDOR=	tcpdump
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the dev-commits-ports-all mailing list