git: 3cbaeb755809 - main - cad/libopencad: Add CPE information

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

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

commit 3cbaeb7558097a99bb244e1f7b23ad433595a539
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 10:31:57 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 10:31:57 +0000

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

diff --git a/cad/libopencad/Makefile b/cad/libopencad/Makefile
index f1e0dd80dd24..ba055b2993fb 100644
--- a/cad/libopencad/Makefile
+++ b/cad/libopencad/Makefile
@@ -17,7 +17,8 @@ BROKEN_armv7=		fails to compile: cadheader.cpp: ambiguous conversion for functio
 USE_GITHUB=	yes
 GH_ACCOUNT=	sandyre
 
-USES=		cmake compiler:c++11-lib
+USES=		cmake cpe compiler:c++11-lib
+CPE_VENDOR=	${PORTNAME}_project
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>