aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:42 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:42 +0000
commit679d39f3b68ad08c1baa440522684636f4b64c43 (patch)
tree975f6a288220711d6ee310cae261a39725060060
parent65321f53ea46714c0635eb3a3cf36e4dce74beb9 (diff)
downloadports-679d39f3b68ad08c1baa440522684636f4b64c43.tar.gz
ports-679d39f3b68ad08c1baa440522684636f4b64c43.zip
devel/py-protobuf: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/py-protobuf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile
index b36336b12c51..31b457db9db1 100644
--- a/devel/py-protobuf/Makefile
+++ b/devel/py-protobuf/Makefile
@@ -15,7 +15,8 @@ LICENSE= BSD3CLAUSE
BUILD_DEPENDS= protoc:devel/protobuf
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR}
-USES= python:3.6+
+USES= cpe python:3.6+
+CPE_VENDOR= google
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes