git: ed1ff746c058 - main - security/py-keyring: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 13:18:30 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed1ff746c05862d8b3dd0accf6e9a15296d929a4 commit ed1ff746c05862d8b3dd0accf6e9a15296d929a4 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-13 13:14:14 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-13 13:14:14 +0000 security/py-keyring: Add CPE information Approved by: portmgr (blanket) --- security/py-keyring/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index a7352d2093fc..8ff9e3fca54a 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -15,7 +15,8 @@ LICENSE= PSFL BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}entrypoints>=0:devel/py-entrypoints@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes