git: eb329360c613 - main - devel/p5-String-Diff: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 27 Apr 2023 15:55:05 UTC
The branch main has been updated by sunpoet:

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

commit eb329360c613aa1ee4b2c270d149848848689590
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:48:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:48:02 +0000

    devel/p5-String-Diff: Add NO_ARCH
---
 devel/p5-String-Diff/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/p5-String-Diff/Makefile b/devel/p5-String-Diff/Makefile
index fcf3bae6960d..2974bce09610 100644
--- a/devel/p5-String-Diff/Makefile
+++ b/devel/p5-String-Diff/Makefile
@@ -19,4 +19,6 @@ TEST_DEPENDS=	p5-Test-Base>=0:devel/p5-Test-Base \
 USES=		perl5
 USE_PERL5=	modbuildtiny
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>