git: 97fa6a91f32a - main - textproc/py-tablib: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 11:02:32 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=97fa6a91f32a945347e578a6e8dd49b4300575f2 commit 97fa6a91f32a945347e578a6e8dd49b4300575f2 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 11:01:48 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 11:02:08 +0000 textproc/py-tablib: Add CPE information Approved by: portmgr (blanket) --- textproc/py-tablib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/py-tablib/Makefile b/textproc/py-tablib/Makefile index 25e1a60106cd..406be4398eb9 100644 --- a/textproc/py-tablib/Makefile +++ b/textproc/py-tablib/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= cpe python:3.7+ +CPE_VENDOR= python USE_PYTHON= distutils autoplist NO_ARCH= yes