git: be975e00c964 - main - devel/py-rply: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:33:48 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=be975e00c9644138aa4382b0c9c86f0d5248ea1c commit be975e00c9644138aa4382b0c9c86f0d5248ea1c Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:43 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:43 +0000 devel/py-rply: Add CPE information Approved by: portmgr (blanket) --- devel/py-rply/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-rply/Makefile b/devel/py-rply/Makefile index e76ff3bd7e3a..041bb07b05c3 100644 --- a/devel/py-rply/Makefile +++ b/devel/py-rply/Makefile @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= python USE_PYTHON= distutils autoplist NO_ARCH= yes