git: 679d39f3b68a - main - devel/py-protobuf: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:33:45 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=679d39f3b68ad08c1baa440522684636f4b64c43 commit 679d39f3b68ad08c1baa440522684636f4b64c43 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:42 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:42 +0000 devel/py-protobuf: Add CPE information Approved by: portmgr (blanket) --- devel/py-protobuf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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