git: 2d1700607b29 - main - sysutils/py-psutil: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 13:53:18 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=2d1700607b294099015b688dad960586c877a87b commit 2d1700607b294099015b688dad960586c877a87b Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-13 13:52:14 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-13 13:52:59 +0000 sysutils/py-psutil: Add CPE information Approved by: portmgr (blanket) --- sysutils/py-psutil/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 18c6774f0ab3..debaa20050ae 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -12,7 +12,8 @@ COMMENT= Process utilities module for Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}psutil121