git: b80a0df05b9d - main - sysutils/p5-Sys-HostIP: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 30 Sep 2025 11:00:33 UTC
The branch main has been updated by sunpoet:

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

commit b80a0df05b9d80f3a36a1c62923ae5a20f142c88
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-30 10:48:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-30 10:51:34 +0000

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

diff --git a/sysutils/p5-Sys-HostIP/Makefile b/sysutils/p5-Sys-HostIP/Makefile
index 66eea7dc1281..807aafee3fc0 100644
--- a/sysutils/p5-Sys-HostIP/Makefile
+++ b/sysutils/p5-Sys-HostIP/Makefile
@@ -13,4 +13,6 @@ WWW=		https://metacpan.org/release/Sys-HostIP
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>