Date: Fri, 25 Jun 2021 13:43:43 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: fee27f956f92 - main - devel/p5-List-Gen: Add LICENSE_FILE and NO_ARCH Message-ID: <202106251343.15PDhhYD084679@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=fee27f956f92ad2b6eca8c3d4b2bd163b330be34 commit fee27f956f92ad2b6eca8c3d4b2bd163b330be34 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-25 13:34:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-25 13:34:41 +0000 devel/p5-List-Gen: Add LICENSE_FILE and NO_ARCH --- devel/p5-List-Gen/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devel/p5-List-Gen/Makefile b/devel/p5-List-Gen/Makefile index a3b4a0b245cf..4ffad41660d9 100644 --- a/devel/p5-List-Gen/Makefile +++ b/devel/p5-List-Gen/Makefile @@ -10,7 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Functions for generating lists -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + 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.15PDhhYD084679>