Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:02:34 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 49619ee9d7c5 - main - devel/py-marshmallow: Add CPE information
Message-ID:  <202109211202.18LC2YIO000193@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=49619ee9d7c50c6335cf4ee96a2f1d20e13a42f6

commit 49619ee9d7c50c6335cf4ee96a2f1d20e13a42f6
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 11:47:31 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:01:39 +0000

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

diff --git a/devel/py-marshmallow/Makefile b/devel/py-marshmallow/Makefile
index d10abe227f16..c027a6ba1165 100644
--- a/devel/py-marshmallow/Makefile
+++ b/devel/py-marshmallow/Makefile
@@ -15,8 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.0:devel/py-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		cpe python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
+CPE_VENDOR=	marshmallow_project
 
 NO_ARCH=	yes
 



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