git: 25d7a105e00a - main - multimedia/libde265: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Fri, 18 Mar 2022 13:26:21 UTC
The branch main has been updated by decke:

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

commit 25d7a105e00aff0a33c4b7534c0816fcb7be8d9c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:16:32 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:52 +0000

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

diff --git a/multimedia/libde265/Makefile b/multimedia/libde265/Makefile
index 05d40d865bc3..1365f14648c8 100644
--- a/multimedia/libde265/Makefile
+++ b/multimedia/libde265/Makefile
@@ -18,10 +18,12 @@ COMMENT=	Open source h.265 video codec
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf compiler:c++11-lib libtool pathfix pkgconfig
+USES=		autoreconf compiler:c++11-lib cpe libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	struktur
+
 CONFIGURE_ARGS=	--disable-static --disable-sherlock265
 
 .include <bsd.port.pre.mk>