diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 20:21:30 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 20:28:57 +0000 |
commit | bd04c183d2a5f9601e99e8bb7763aeeac77791f0 (patch) | |
tree | 695ef81d9a52074239ad1c4026c8e5d9553db004 | |
parent | f7bd62a10c4af13ef7f410ba1d35a2aebd83998e (diff) | |
download | ports-bd04c183d2a5f9601e99e8bb7763aeeac77791f0.tar.gz ports-bd04c183d2a5f9601e99e8bb7763aeeac77791f0.zip |
net/bird2: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | net/bird2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |