git: a81e2627505b - main - www/p5-CGI-PSGI: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 03 Jun 2022 09:07:12 UTC
The branch main has been updated by sunpoet:

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

commit a81e2627505b64808e09d4cdbcf77a5e7122e176
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:54:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:01:01 +0000

    www/p5-CGI-PSGI: Add NO_ARCH
---
 www/p5-CGI-PSGI/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/p5-CGI-PSGI/Makefile b/www/p5-CGI-PSGI/Makefile
index 5557286a7dd2..a497f9084016 100644
--- a/www/p5-CGI-PSGI/Makefile
+++ b/www/p5-CGI-PSGI/Makefile
@@ -12,4 +12,6 @@ COMMENT=	Perl extension to enable CGI.pm applications to adapt PSGI
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>