git: 89884d08595f - main - security/pgpdump: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Wed, 13 Oct 2021 13:18:26 UTC
The branch main has been updated by se:

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

commit 89884d08595fa2a9f88d024c82ecaf75e7e0fec1
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-13 13:13:46 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-13 13:13:46 +0000

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

diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile
index 16e6074aa082..94d871e5f710 100644
--- a/security/pgpdump/Makefile
+++ b/security/pgpdump/Makefile
@@ -11,6 +11,9 @@ COMMENT=	PGP packet visualizer
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
+USES=		cpe
+CPE_VENDOR=	${PORTNAME}_project
+
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/pgpdump \