Date: Fri, 25 Jun 2021 13:43:51 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 82a9825ca0b9 - main - devel/p5-Luka: Update LICENSE and add NO_ARCH Message-ID: <202106251343.15PDhpiH084853@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=82a9825ca0b9444e4fd861f7c4003a9fea4b42da commit 82a9825ca0b9444e4fd861f7c4003a9fea4b42da Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-25 13:34:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-25 13:34:46 +0000 devel/p5-Luka: Update LICENSE and add NO_ARCH --- devel/p5-Luka/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/p5-Luka/Makefile b/devel/p5-Luka/Makefile index 07d35bbc0946..ab886b5b420f 100644 --- a/devel/p5-Luka/Makefile +++ b/devel/p5-Luka/Makefile @@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Exception handling and reporting framework -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Std>=0:devel/p5-Class-Std \ @@ -25,7 +24,9 @@ RUN_DEPENDS= p5-Class-Std>=0:devel/p5-Class-Std \ p5-What>=0:net/p5-What TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106251343.15PDhpiH084853>