git: f3212be182f4 - main - security/py-pysaml2: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 13:18:33 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3212be182f4f711b981b18acd24e27281547330 commit f3212be182f4f711b981b18acd24e27281547330 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-13 13:14:43 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-13 13:14:43 +0000 security/py-pysaml2: Add CPE information Approved by: portmgr (blanket) --- security/py-pysaml2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/py-pysaml2/Makefile b/security/py-pysaml2/Makefile index fb71ae201db6..4bb5e72af196 100644 --- a/security/py-pysaml2/Makefile +++ b/security/py-pysaml2/Makefile @@ -29,7 +29,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes