git: ff6e3908761c - main - www/p5-PSGI: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 15 Sep 2024 20:25:08 UTC
The branch main has been updated by sunpoet:

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

commit ff6e3908761c4a6830a2bcdd8c92f889e4011c83
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-15 19:52:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-15 20:11:50 +0000

    www/p5-PSGI: Add NO_ARCH
---
 www/p5-PSGI/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/p5-PSGI/Makefile b/www/p5-PSGI/Makefile
index a963ac3c575a..f2d91820dd5d 100644
--- a/www/p5-PSGI/Makefile
+++ b/www/p5-PSGI/Makefile
@@ -10,7 +10,9 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Pod documentation for Perl Web Server Gateway Interface Specification
 WWW=		https://metacpan.org/release/PSGI
 
-USES=	perl5
+USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>