Date: Mon, 3 Jan 2022 15:01:43 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0970e5f7c504 - main - www/py-pyjwt: Add CPE information Message-ID: <202201031501.203F1hY6058196@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=0970e5f7c5045aa578012a85de09b85226162156 commit 0970e5f7c5045aa578012a85de09b85226162156 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-01-03 14:57:51 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-01-03 14:57:51 +0000 www/py-pyjwt: Add CPE information Approved by: portmgr (blanket) --- www/py-pyjwt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile index c8009703d9e4..0d1380b6faa5 100644 --- a/www/py-pyjwt/Makefile +++ b/www/py-pyjwt/Makefile @@ -13,9 +13,11 @@ COMMENT= JSON Web Token implementation in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python:3.6+ cpe USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +CPE_VENDOR= pyjwt_project + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201031501.203F1hY6058196>