git: da6ae8239535 - main - net/libnet: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:19:50 UTC 2021


The branch main has been updated by decke:

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

commit da6ae823953575dfd6f42026e095acdcf9b7600c
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 19:48:01 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:34 +0000

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

diff --git a/net/libnet/Makefile b/net/libnet/Makefile
index 7ac4a64a4e34..248711631940 100644
--- a/net/libnet/Makefile
+++ b/net/libnet/Makefile
@@ -21,7 +21,8 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_CSTD=	gnu89
 USE_LDCONFIG=	yes
-USES=		libtool
+USES=		cpe libtool
+CPE_VENDOR=	libnet_project
 
 DOCS=		CHANGELOG CONTRIB DESIGN_NOTES MIGRATION PACKET_BUILDING PORTED RAWSOCKET_NON_SEQUITUR README TODO
 PORTDOCS=	*


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