git: da6b9a00a8fb - main - dns/p5-Net-DNSBL-MultiDaemon: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:05:42 UTC
The branch main has been updated by sunpoet:

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

commit da6b9a00a8fb73ef83a68719ee4964c9ece47a61
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:16:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 16:00:06 +0000

    dns/p5-Net-DNSBL-MultiDaemon: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 dns/p5-Net-DNSBL-MultiDaemon/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dns/p5-Net-DNSBL-MultiDaemon/Makefile b/dns/p5-Net-DNSBL-MultiDaemon/Makefile
index 9654fe41eb23..72e92ec1ca2c 100644
--- a/dns/p5-Net-DNSBL-MultiDaemon/Makefile
+++ b/dns/p5-Net-DNSBL-MultiDaemon/Makefile
@@ -31,6 +31,8 @@ RHBL_RUN_DEPENDS=	p5-URBL-Prepare>=0.08:dns/p5-URBL-Prepare
 USES=		perl5 shebangfix
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 SHEBANG_FILES=	MultiDaemon.pm lib/Net/DNSBL/Utilities.pm
 
 .include <bsd.port.mk>