diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:40 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:40 +0000 |
commit | b5e79f6dd0928db75aa52203d8fca56b4f8515db (patch) | |
tree | e862a711407a4520b8786b63f5d7637dad0dc698 | |
parent | bfb1e1bbf9ce242e18c3e4a01fc2ba4298effbc1 (diff) |
devel/py-flatbuffers: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/py-flatbuffers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |