git: 676247262c47 - main - devel/p5-GraphQL: Add NO_ARCH

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

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

commit 676247262c4706018ba7120861bffaea941dd4e6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:16:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:58:13 +0000

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

diff --git a/devel/p5-GraphQL/Makefile b/devel/p5-GraphQL/Makefile
index 976c9f1ce019..879536be7577 100644
--- a/devel/p5-GraphQL/Makefile
+++ b/devel/p5-GraphQL/Makefile
@@ -31,4 +31,6 @@ TEST_DEPENDS=	p5-Test-Exception>=0.42:devel/p5-Test-Exception \
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>