Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2021 13:33:34 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 435604f303c6 - main - devel/py-simplejson: Add CPE information
Message-ID:  <202110061333.196DXYL7046727@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=435604f303c6fb7a2954d6bcf6fb7457e24c0e68

commit 435604f303c6fb7a2954d6bcf6fb7457e24c0e68
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2021-10-06 13:30:09 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2021-10-06 13:32:42 +0000

    devel/py-simplejson: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/py-simplejson/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile
index 30936e0d7c5b..4a5c7b1bdbfe 100644
--- a/devel/py-simplejson/Makefile
+++ b/devel/py-simplejson/Makefile
@@ -13,7 +13,8 @@ COMMENT=	Simple, fast, extensible JSON encoder/decoder
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
+CPE_VENDOR=	simplejson_project
 USE_PYTHON=	autoplist concurrent distutils
 
 post-install:



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