git: 6ecfa6724ed8 - main - lang/rizin: Fix LICENSE.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Oct 2023 18:26:38 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ecfa6724ed85e2172c4cd2b5d806d469cffcfef commit 6ecfa6724ed85e2172c4cd2b5d806d469cffcfef Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-10-18 18:24:41 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-10-18 18:24:41 +0000 lang/rizin: Fix LICENSE. Reported by: jbeich Fixes: 458cee336f3c115531abee7780a103dcc52a36f7 --- lang/rizin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/rizin/Makefile b/lang/rizin/Makefile index 300f8d8db8be..a3ab58c85a47 100644 --- a/lang/rizin/Makefile +++ b/lang/rizin/Makefile @@ -7,7 +7,8 @@ MAINTAINER= arrowd@FreeBSD.org COMMENT= UNIX-like reverse engineering framework and command-line toolset WWW= https://rizin.re -LICENSE= LGPLv3 GPLv3 +LICENSE= LGPL3 GPLv3 +LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}