git: f05888cb2b5c - main - lang/rust-bootstrap: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Tue, 19 Oct 2021 11:14:52 UTC
The branch main has been updated by se:

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

commit f05888cb2b5c82e9cd91c04e502eb24a02c0e45f
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-19 11:14:32 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-19 11:14:32 +0000

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

diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile
index a014052ec0c3..5ecac09b96e0 100644
--- a/lang/rust-bootstrap/Makefile
+++ b/lang/rust-bootstrap/Makefile
@@ -30,7 +30,8 @@ FLAVORS=	aarch64 amd64 armv6 armv7 i386 powerpc64_elfv1 powerpc64_elfv2 \
 		powerpc64le powerpc
 FLAVOR?=	${FLAVORS:[1]}
 
-USES=		ninja:build perl5 python:3.6+,build tar:xz
+USES=		cpe ninja:build perl5 python:3.6+,build tar:xz
+CPE_VENDOR=	${PORTNAME}-lang
 .if ${FLAVOR} == powerpc64_elfv1
 USE_GCC=	9:build
 .endif