git: 65321f53ea46 - main - devel/py-libvirt: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:33:43 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=65321f53ea46714c0635eb3a3cf36e4dce74beb9 commit 65321f53ea46714c0635eb3a3cf36e4dce74beb9 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:42 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:42 +0000 devel/py-libvirt: Add CPE information Approved by: portmgr (blanket) --- devel/py-libvirt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-libvirt/Makefile b/devel/py-libvirt/Makefile index a244c9c8c8b5..17ad5e2a78f4 100644 --- a/devel/py-libvirt/Makefile +++ b/devel/py-libvirt/Makefile @@ -15,7 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libvirt.so:devel/libvirt -USES= pkgconfig python:3.6+ shebangfix +USES= cpe pkgconfig python:3.6+ shebangfix +CPE_VENDOR= redhat SHEBANG_FILES= generator.py sanitytest.py setup.py USE_PYTHON= distutils autoplist