git: 80c315e254a1 - main - sysutils/p5-MogileFS-Client: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 10 Sep 2022 13:05:23 UTC
The branch main has been updated by sunpoet:

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

commit 80c315e254a189dc6f2f45ad9735e79a31c61564
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 12:54:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 13:03:01 +0000

    sysutils/p5-MogileFS-Client: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 sysutils/p5-MogileFS-Client/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/p5-MogileFS-Client/Makefile b/sysutils/p5-MogileFS-Client/Makefile
index 155e6dfb22c6..e3a5d2f8154f 100644
--- a/sysutils/p5-MogileFS-Client/Makefile
+++ b/sysutils/p5-MogileFS-Client/Makefile
@@ -17,4 +17,6 @@ RUN_DEPENDS=	p5-IO-Stringy>=2.102:devel/p5-IO-Stringy \
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>