git: 51578a185d54 - main - devel/py-validators: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:33:50 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=51578a185d54053ab5b9d103cefc670675f1b63f commit 51578a185d54053ab5b9d103cefc670675f1b63f Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:44 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:44 +0000 devel/py-validators: Add CPE information Approved by: portmgr (blanket) --- devel/py-validators/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-validators/Makefile b/devel/py-validators/Makefile index 5beec8b5fd11..f37b19990209 100644 --- a/devel/py-validators/Makefile +++ b/devel/py-validators/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${PY_FLAVOR} -USES= python:3.5+ +USES= cpe python:3.5+ +CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes