git: 1708933a863c - main - biology/p5-TrimGalore: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 20:10:19 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1708933a863cdf45b22b4ba3b313d076d3f8f7ab commit 1708933a863cdf45b22b4ba3b313d076d3f8f7ab Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-05 20:05:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-05 20:05:05 +0000 biology/p5-TrimGalore: Fix build LICENSE had a typo. Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- biology/p5-TrimGalore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/p5-TrimGalore/Makefile b/biology/p5-TrimGalore/Makefile index a31359cb97be..d98a1c261d55 100644 --- a/biology/p5-TrimGalore/Makefile +++ b/biology/p5-TrimGalore/Makefile @@ -7,7 +7,7 @@ MAINTAINER= jwb@FreeBSD.org COMMENT= Wrapper around Cutadapt and FastQC for adapter and quality trimming WWW= https://github.com/FelixKrueger/TrimGalore -LICENSE= GPLv8 +LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cutadapt>=2.5:biology/py-cutadapt@${PY_FLAVOR} \