git: 5eb2e3a2b762 - main - devel/py-libvirt: update LICENSE

From: Roman Bogorodskiy <novel_at_FreeBSD.org>
Date: Sun, 27 Apr 2025 05:16:40 UTC
The branch main has been updated by novel:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5eb2e3a2b76263a12449c5689ce37c14d7774930

commit 5eb2e3a2b76263a12449c5689ce37c14d7774930
Author:     Roman Bogorodskiy <novel@FreeBSD.org>
AuthorDate: 2025-04-27 05:07:57 +0000
Commit:     Roman Bogorodskiy <novel@FreeBSD.org>
CommitDate: 2025-04-27 05:16:10 +0000

    devel/py-libvirt: update LICENSE
    
    Use more appropriate license and also define LICENSE_FILE.
    
    PR:             281904 (based on)
    Submitted by:   mew14930xvi <mew14930xvi@inbox.lv>
    Sponsored by:   The FreeBSD Foundation
---
 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 8101057b25a3..22a4efe22035 100644
--- a/devel/py-libvirt/Makefile
+++ b/devel/py-libvirt/Makefile
@@ -10,7 +10,8 @@ MAINTAINER=	novel@FreeBSD.org
 COMMENT=	Python bindings for Libvirt virtualization API
 WWW=		https://libvirt.org/python.html
 
-LICENSE=	GPLv2
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libvirt.so:devel/libvirt