git: abd3023de7d3 - main - graphics/p5-Graphics-Color: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:18:23 UTC
The branch main has been updated by sunpoet:

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

commit abd3023de7d3bf9c24e93cbebff63ac59f1b9faf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:43:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:02:07 +0000

    graphics/p5-Graphics-Color: Add NO_ARCH
---
 graphics/p5-Graphics-Color/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/p5-Graphics-Color/Makefile b/graphics/p5-Graphics-Color/Makefile
index 52cddac88222..986d22a0164b 100644
--- a/graphics/p5-Graphics-Color/Makefile
+++ b/graphics/p5-Graphics-Color/Makefile
@@ -23,4 +23,6 @@ TEST_DEPENDS=	p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>