git: c12d36fc1184 - main - net-mgmt/libsmi: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Sat, 23 Oct 2021 21:08:13 UTC
The branch main has been updated by se:

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

commit c12d36fc118407e7c164862418ae52bd9817eba8
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-23 21:07:59 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-23 21:07:59 +0000

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

diff --git a/net-mgmt/libsmi/Makefile b/net-mgmt/libsmi/Makefile
index b6c88115b684..7c3430efcf37 100644
--- a/net-mgmt/libsmi/Makefile
+++ b/net-mgmt/libsmi/Makefile
@@ -10,9 +10,10 @@ MASTER_SITES=	ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ \
 MAINTAINER=	saper@saper.info
 COMMENT=	Library to access SMI MIB information
 
+USES=		cpe gmake libtool pathfix pkgconfig
+CPE_VENDOR=	tu-braunschweig
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool pathfix pkgconfig
 PIBDIR=		${PREFIX}/share/smi/pibs
 MIBDIR=		${PREFIX}/share/smi/mibs
 GNU_CONFIGURE=	yes