git: 94ae363c98b4 - main - textproc/py-parso: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 11:02:30 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=94ae363c98b4860badfccddcd25c596fe7f29500 commit 94ae363c98b4860badfccddcd25c596fe7f29500 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 11:01:25 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 11:02:08 +0000 textproc/py-parso: Add CPE information Approved by: portmgr (blanket) --- textproc/py-parso/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/py-parso/Makefile b/textproc/py-parso/Makefile index 907910fb0340..d234f314e1fb 100644 --- a/textproc/py-parso/Makefile +++ b/textproc/py-parso/Makefile @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest<6.0.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docopt>=0:devel/py-docopt@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist distutils NO_ARCH= yes