git: b8da22c7f7f2 - main - security/libp11: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Sat, 23 Oct 2021 21:02:27 UTC
The branch main has been updated by se:

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

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

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

diff --git a/security/libp11/Makefile b/security/libp11/Makefile
index e3fc052df661..1c53f46f5304 100644
--- a/security/libp11/Makefile
+++ b/security/libp11/Makefile
@@ -12,7 +12,9 @@ LICENSE=	LGPL21
 
 LIB_DEPENDS=	libltdl.so:devel/libltdl
 
-USES=		autoreconf libtool pkgconfig ssl
+USES=		autoreconf cpe libtool pkgconfig ssl
+CPE_VENDOR=	opensc_project
+CPE_PRODUCT=	opensc
 
 OPTIONS_DEFINE=	DOCS EXAMPLES