git: fbfe7bf406d5 - main - devel/linux-c7-libaio: Add CPE information

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

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

commit fbfe7bf406d5ced6fc0e88dd988c2026eea51d79
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:08:51 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:49 +0000

    devel/linux-c7-libaio: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/linux-c7-libaio/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/linux-c7-libaio/Makefile b/devel/linux-c7-libaio/Makefile
index 4596243628b9..aeadf8c4c1ef 100644
--- a/devel/linux-c7-libaio/Makefile
+++ b/devel/linux-c7-libaio/Makefile
@@ -6,10 +6,12 @@ CATEGORIES=	devel linux
 MAINTAINER=	emulation@FreeBSD.org
 COMMENT=	Asynchronous I/O library (CentOS ${LINUX_DIST_VER})
 
-USES=		linux:c7
+USES=		cpe linux:c7
 USE_LDCONFIG=	yes
 USE_LINUX_RPM=	yes
 
+CPE_VENDOR=	libaio_project
+
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.mk>