git: bd04c183d2a5 - main - net/bird2: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sat Sep 25 20:30:06 UTC 2021


The branch main has been updated by decke:

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

commit bd04c183d2a5f9601e99e8bb7763aeeac77791f0
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-25 20:21:30 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-25 20:28:57 +0000

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

diff --git a/net/bird2/Makefile b/net/bird2/Makefile
index bc5d2af17480..21a70bcc003e 100644
--- a/net/bird2/Makefile
+++ b/net/bird2/Makefile
@@ -12,11 +12,13 @@ COMMENT=	Dynamic IP routing daemon
 
 LICENSE=	GPLv2
 
-USES=		bison gmake ncurses readline
+USES=		bison cpe gmake ncurses readline
 
 CONFLICTS=	bird-[0-9]*
 CONFLICTS+=	bird6-[0-9]*
 
+CPE_VENDOR=	nic
+
 USE_CSTD=	gnu99
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var


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