git: a944f0d99aab - main - net/p5-Rose-URI: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Dec 2022 09:16:45 UTC
The branch main has been updated by sunpoet:

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

commit a944f0d99aab963a0cce2889a7442b1fc856493e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:52:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:06:03 +0000

    net/p5-Rose-URI: Add NO_ARCH
---
 net/p5-Rose-URI/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/p5-Rose-URI/Makefile b/net/p5-Rose-URI/Makefile
index 63b018087efb..a9f834b75dfd 100644
--- a/net/p5-Rose-URI/Makefile
+++ b/net/p5-Rose-URI/Makefile
@@ -19,4 +19,6 @@ RUN_DEPENDS=	p5-Rose-Object>=0.854:devel/p5-Rose-Object \
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>