git: d5091b76391f - main - devel/librelp: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 14 Oct 2021 21:32:58 UTC
The branch main has been updated by se:

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

commit d5091b76391fc5cebd5be8b4ad58ef06f182cbbe
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:30 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:30 +0000

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

diff --git a/devel/librelp/Makefile b/devel/librelp/Makefile
index f4f6a833894c..dd0ce0564f9d 100644
--- a/devel/librelp/Makefile
+++ b/devel/librelp/Makefile
@@ -22,7 +22,8 @@ OPENSSL_CONFIGURE_ENABLE=	tls-openssl
 OPENSSL_CONFIGURE_ENV=		OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \
 				OPENSSL_CFLAGS="-I ${OPENSSLINC}"
 
-USES=		libtool pathfix pkgconfig
+USES=		cpe libtool pathfix pkgconfig
+CPE_VENDOR=	rsyslog
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip