git: 0075061f3884 - main - devel/xmltooling: Add CPE information

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

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

commit 0075061f388413409d72380d3316032e8bc9e615
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-18 19:18:54 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-18 19:25:54 +0000

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

diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile
index eb56018ba7c3..1d21ed9187d5 100644
--- a/devel/xmltooling/Makefile
+++ b/devel/xmltooling/Makefile
@@ -17,7 +17,8 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--disable-dependency-tracking --disable-doxygen-doc --with-xmlsec
-USES=		gmake libtool pkgconfig tar:bzip2 ssl autoreconf
+USES=		cpe gmake libtool pkgconfig tar:bzip2 ssl autoreconf
+CPE_VENDOR=	${PORTNAME}_project
 USE_LDCONFIG=	yes
 CONFIGURE_ENV+=	openssl_LIBS="-L${OPENSSLLIB} -lcrypto"  openssl_CFLAGS=-I${OPENSSLBASE}