git: 8b775d46339c - main - www/p5-Web-Machine: Add NO_ARCH

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

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

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

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

diff --git a/www/p5-Web-Machine/Makefile b/www/p5-Web-Machine/Makefile
index 39d0be6e0a91..7ffc56d1224c 100644
--- a/www/p5-Web-Machine/Makefile
+++ b/www/p5-Web-Machine/Makefile
@@ -16,4 +16,6 @@ RUN_DEPENDS=	p5-HTTP-Headers-ActionPack>0:www/p5-HTTP-Headers-ActionPack \
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>