git: b273e3813716 - main - devel/p5-Regexp-Lexer: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 27 Apr 2023 15:55:02 UTC
The branch main has been updated by sunpoet:

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

commit b273e3813716ce71612fb443af81038abf088a51
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:48:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:48:01 +0000

    devel/p5-Regexp-Lexer: Add NO_ARCH
---
 devel/p5-Regexp-Lexer/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/p5-Regexp-Lexer/Makefile b/devel/p5-Regexp-Lexer/Makefile
index 9023f9c56588..2d0a4665c163 100644
--- a/devel/p5-Regexp-Lexer/Makefile
+++ b/devel/p5-Regexp-Lexer/Makefile
@@ -14,4 +14,6 @@ TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-Test-Deep
 USES=		perl5
 USE_PERL5=	modbuildtiny
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>