git: 8c98bb4ba75a - main - devel/py-pycadf: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:33:46 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c98bb4ba75a5ede1a0ba305aebd8b96953ec075 commit 8c98bb4ba75a5ede1a0ba305aebd8b96953ec075 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:42 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:42 +0000 devel/py-pycadf: Add CPE information Approved by: portmgr (blanket) --- devel/py-pycadf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-pycadf/Makefile b/devel/py-pycadf/Makefile index 7629b6f2c491..9284ace0cf7a 100644 --- a/devel/py-pycadf/Makefile +++ b/devel/py-pycadf/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@ ${PYTHON_PKGNAMEPREFIX}pytz>=2013.6,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= openstack USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes