git: 38beb4ae3788 - main - textproc/py-feedparser: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 11:02:26 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=38beb4ae3788e8c301a8cff2074a9bcfcd960055 commit 38beb4ae3788e8c301a8cff2074a9bcfcd960055 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 11:00:46 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 11:02:08 +0000 textproc/py-feedparser: Add CPE information Approved by: portmgr (blanket) --- textproc/py-feedparser/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 06806f7cded7..ef1803bd5165 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sgmllib3k>=0:devel/py-sgmllib3k@${PY_FLAVOR} -USES= python:3.6+ tar:bzip2 +USES= cpe python:3.6+ tar:bzip2 +CPE_VENDOR= mark_pilgrim USE_PYTHON= autoplist distutils USE_GITHUB= yes