Date: Thu, 14 Oct 2021 21:33:50 GMT From: =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 51578a185d54 - main - devel/py-validators: Add CPE information Message-ID: <202110142133.19ELXoH1080803@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110142133.19ELXoH1080803>