git: 8072bb714821 - main - converters/py-rencode: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 10:37:20 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=8072bb714821988546c86b12cca554787d4bd568 commit 8072bb714821988546c86b12cca554787d4bd568 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 10:36:52 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 10:36:52 +0000 converters/py-rencode: Add CPE information Approved by: portmgr (blanket) --- converters/py-rencode/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/converters/py-rencode/Makefile b/converters/py-rencode/Makefile index 2e14a28ba66c..4c659dac348d 100644 --- a/converters/py-rencode/Makefile +++ b/converters/py-rencode/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist distutils # Make setup.py test target work with setup.py:test_suite