git: 18fd855640f3 - main - textproc/py-rdflib: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Oct 2021 13:33:35 UTC
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