git: 2ddc58066e90 - main - math/p5-Statistics-TTest: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 28 Feb 2025 10:53:00 UTC
The branch main has been updated by sunpoet:

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

commit 2ddc58066e903b6f8916b5bb61ca789dcc992be3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-28 10:35:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-28 10:35:48 +0000

    math/p5-Statistics-TTest: Add NO_ARCH
---
 math/p5-Statistics-TTest/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/p5-Statistics-TTest/Makefile b/math/p5-Statistics-TTest/Makefile
index 957d876f54ea..8fd440b4a278 100644
--- a/math/p5-Statistics-TTest/Makefile
+++ b/math/p5-Statistics-TTest/Makefile
@@ -16,4 +16,6 @@ RUN_DEPENDS=	p5-Statistics-Descriptive>=0:math/p5-Statistics-Descriptive \
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>