Date: Fri, 25 Jun 2021 13:46:23 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: 397d25296202 - main - textproc/p5-XML-Toolkit: Add LICENSE_FILE and NO_ARCH Message-ID: <202106251346.15PDkNBa088208@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=397d252962020cf179e512ea9161eec3aff055c6 commit 397d252962020cf179e512ea9161eec3aff055c6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-25 13:39:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-25 13:39:14 +0000 textproc/p5-XML-Toolkit: Add LICENSE_FILE and NO_ARCH --- textproc/p5-XML-Toolkit/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/p5-XML-Toolkit/Makefile b/textproc/p5-XML-Toolkit/Makefile index b8e0274ef662..cbf1b61d8a93 100644 --- a/textproc/p5-XML-Toolkit/Makefile +++ b/textproc/p5-XML-Toolkit/Makefile @@ -13,6 +13,7 @@ COMMENT= Suit of XML tools with Antlers LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Bread-Board>=0:devel/p5-Bread-Board \ @@ -34,7 +35,9 @@ TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-XML>=0:devel/p5-Test-XML -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?202106251346.15PDkNBa088208>