git: d68b5c284057 - main - textproc/p5-HTML-Quoted: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 03 Jun 2022 09:07:02 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d68b5c284057279ff21bfc76aa04f7a0ce3c5970

commit d68b5c284057279ff21bfc76aa04f7a0ce3c5970
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:54:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:59 +0000

    textproc/p5-HTML-Quoted: Add NO_ARCH
---
 textproc/p5-HTML-Quoted/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/p5-HTML-Quoted/Makefile b/textproc/p5-HTML-Quoted/Makefile
index 79935ad9b4a8..41b76d9b8709 100644
--- a/textproc/p5-HTML-Quoted/Makefile
+++ b/textproc/p5-HTML-Quoted/Makefile
@@ -17,4 +17,6 @@ RUN_DEPENDS=	p5-HTML-Parser>=3.0:www/p5-HTML-Parser
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>