git: ffc9c86ea777 - main - net/frr10: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Sat, 12 Sep 2026 17:34:04 UTC
The branch main has been updated by decke:

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

commit ffc9c86ea777ebfa67c04fe20a78693c57156947
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-09-12 17:32:11 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-09-12 17:32:11 +0000

    net/frr10: Add CPE information
---
 net/frr10/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/frr10/Makefile b/net/frr10/Makefile
index 0803d980a827..c4cf09311529 100644
--- a/net/frr10/Makefile
+++ b/net/frr10/Makefile
@@ -40,13 +40,15 @@ LIB_DEPENDS=	libcares.so:dns/c-ares \
 		libprotobuf-c.so:devel/protobuf-c \
 		libyang.so.3:net/libyang3
 
-USES=		autoreconf bison compiler:c++11-lang gmake libtool makeinfo \
+USES=		autoreconf bison compiler:c++11-lang cpe gmake libtool makeinfo \
 		pkgconfig python:build readline shebangfix
 
 BINARY_ALIAS=	python=${PYTHON_VERSION}
 
 CONFLICTS=	frr8 frr9 openbgpd openospfd quagga zebra
 
+CPE_PRODUCT=	frrouting
+
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 INSTALL_TARGET=	install-strip