git: 61ae4ff5f073 - main - textproc/lookatme: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 15:43:15 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=61ae4ff5f073551a17e7c09f0f1422caa28e3ea5 commit 61ae4ff5f073551a17e7c09f0f1422caa28e3ea5 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 15:40:41 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 15:40:41 +0000 textproc/lookatme: Add CPE information Approved by: portmgr (blanket) --- textproc/lookatme/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/lookatme/Makefile b/textproc/lookatme/Makefile index 94e89629ab44..a7e8ad764020 100644 --- a/textproc/lookatme/Makefile +++ b/textproc/lookatme/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marshmallow>=0:devel/py-marshmallow@${PY_FLA TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist distutils NO_ARCH= yes