git: 4265c67d285f - main - textproc/p5-Text-WordDiff: Add NO_ARCH

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

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

commit 4265c67d285f66e4d3c1f799f6a070cdb515b6c8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:54:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:01:00 +0000

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

diff --git a/textproc/p5-Text-WordDiff/Makefile b/textproc/p5-Text-WordDiff/Makefile
index 8d0c5d469c09..1ddb436909aa 100644
--- a/textproc/p5-Text-WordDiff/Makefile
+++ b/textproc/p5-Text-WordDiff/Makefile
@@ -19,4 +19,6 @@ RUN_DEPENDS=	p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \
 USES=		perl5
 USE_PERL5=	modbuild
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>