git: b5e79f6dd092 - main - devel/py-flatbuffers: Add CPE information

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

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

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

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

diff --git a/devel/py-flatbuffers/Makefile b/devel/py-flatbuffers/Makefile
index c616dcee785c..4c3b4fc0b5ef 100644
--- a/devel/py-flatbuffers/Makefile
+++ b/devel/py-flatbuffers/Makefile
@@ -10,7 +10,8 @@ COMMENT=	FlatBuffers serialization format for Python
 LICENSE=	APACHE20
 #LICENSE_FILE=	Not packaged in PyPI sdist
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
+CPE_VENDOR=	google
 USE_PYTHON=	autoplist distutils
 
 OPTIONS_DEFINE=	NUMPY