git: ceea17788aa3 - main - textproc/flex: Add CPE information

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

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

commit ceea17788aa3235a4b7bc41eb39cf44ae118600c
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 10:58:15 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 11:02:06 +0000

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

diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile
index a4db6e07401b..ccc04b4ae649 100644
--- a/textproc/flex/Makefile
+++ b/textproc/flex/Makefile
@@ -12,7 +12,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	help2man:misc/help2man
 
-USES=		bison:alias gmake libtool makeinfo
+USES=		bison:alias cpe gmake libtool makeinfo
+CPE_VENDOR=	${PORTNAME}_project
 GNU_CONFIGURE=	yes
 # install flex header to its own dir to avoid conflict with system flex.
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/flex --disable-shared