git: c8699dca3f3b - main - textproc/p5-Search-VectorSpace: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 31 Jul 2023 16:54:55 UTC
The branch main has been updated by sunpoet:

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

commit c8699dca3f3b2f33e85b9d41b78e6d6c94b144b9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:38:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:42:02 +0000

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

diff --git a/textproc/p5-Search-VectorSpace/Makefile b/textproc/p5-Search-VectorSpace/Makefile
index 244dd2055bb7..0d3b86418821 100644
--- a/textproc/p5-Search-VectorSpace/Makefile
+++ b/textproc/p5-Search-VectorSpace/Makefile
@@ -16,4 +16,6 @@ RUN_DEPENDS=	PDL>=0:math/PDL \
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>