Date: Fri, 25 Jun 2021 13:46:12 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: 41f68ae81d8f - main - textproc/p5-Text-Padding: Add LICENSE_FILE and NO_ARCH Message-ID: <202106251346.15PDkCSJ087956@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=41f68ae81d8fe4f1838a91e68a3e31bd2b785cde commit 41f68ae81d8fe4f1838a91e68a3e31bd2b785cde Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-25 13:38:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-25 13:38:24 +0000 textproc/p5-Text-Padding: Add LICENSE_FILE and NO_ARCH --- textproc/p5-Text-Padding/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Text-Padding/Makefile b/textproc/p5-Text-Padding/Makefile index d45d8daf32f5..cee0420b8665 100644 --- a/textproc/p5-Text-Padding/Makefile +++ b/textproc/p5-Text-Padding/Makefile @@ -11,13 +11,16 @@ COMMENT= Simple way of formatting a text LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \ p5-MooseX-Has-Sugar>=0:devel/p5-MooseX-Has-Sugar \ p5-Text-Truncate>=0:textproc/p5-Text-Truncate -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106251346.15PDkCSJ087956>