git: 9e6e9f1c024e - main - graphics/py-OWSLib: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 12:26:54 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e6e9f1c024eb6d1c10d8c7b134d953cf4f75908 commit 9e6e9f1c024eb6d1c10d8c7b134d953cf4f75908 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-06-03 12:26:16 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-06-03 12:26:16 +0000 graphics/py-OWSLib: Add CPE information Approved by: portmgr (blanket) --- graphics/py-OWSLib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/py-OWSLib/Makefile b/graphics/py-OWSLib/Makefile index 621bda099510..437c59f29257 100644 --- a/graphics/py-OWSLib/Makefile +++ b/graphics/py-OWSLib/Makefile @@ -16,9 +16,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python:3.7+ cpe USE_PYTHON= autoplist distutils +CPE_VENDOR= osgeo + NO_ARCH= yes .include <bsd.port.mk>