Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2021 13:33:35 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: 18fd855640f3 - main - textproc/py-rdflib: Add CPE information
Message-ID:  <202110061333.196DXZAd046752@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=18fd855640f3b4fab132fe9a71d37d779a3f1e89

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

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

diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile
index d9d319b87d1f..43b40057a9ee 100644
--- a/textproc/py-rdflib/Makefile
+++ b/textproc/py-rdflib/Makefile
@@ -20,7 +20,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR} \
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}networkx>=0,1:math/py-networkx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
+CPE_VENDOR=	rdflib_project
 USE_PYTHON=	distutils concurrent autoplist
 
 NO_ARCH=	yes


home | help

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