Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 15:43:15 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 61ae4ff5f073 - main - textproc/lookatme: Add CPE information
Message-ID:  <202110211543.19LFhFZm068769@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110211543.19LFhFZm068769>