git: b0be76f4a09b - main - math/lapack: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Tue, 21 Dec 2021 12:37:12 UTC
The branch main has been updated by decke:

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

commit b0be76f4a09b98d8a8a68763688ed80e983788ef
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-12-21 12:04:39 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-12-21 12:30:01 +0000

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

diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 8f3b09663624..1f2e53525629 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -22,11 +22,13 @@ COMMENT?=	Linear Algebra PACKage
 
 LICENSE?=	BSD3CLAUSE
 
-USES=		cmake:testing fortran
+USES=		cmake:testing cpe fortran
 WRKSRC=		${WRKDIR}/lapack-${PORTVERSION}
 # The actual math/scilab needs deprecated functions - to be removed later
 CMAKE_ON=	BUILD_SHARED_LIBS BUILD_DEPRECATED
 USE_LDCONFIG=	yes
+CPE_VENDOR=	lapack_project
+CPE_PROJECT=	lapack
 
 SVERSION=	${PORTVERSION:R:R}
 PLIST_SUB=	SVERSION="${SVERSION}" VER=${PORTVERSION}