git: bdb03c5cbc2b - main - devel/p5-Test-UseAllModules: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Jul 2025 07:26:48 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bdb03c5cbc2b2c2ed933224c4bf86b4deba62303
commit bdb03c5cbc2b2c2ed933224c4bf86b4deba62303
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-07-23 07:18:52 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-07-23 07:23:09 +0000
devel/p5-Test-UseAllModules: Add NO_ARCH
---
devel/p5-Test-UseAllModules/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/p5-Test-UseAllModules/Makefile b/devel/p5-Test-UseAllModules/Makefile
index d7b1be1d1ab7..c2f0d6859a76 100644
--- a/devel/p5-Test-UseAllModules/Makefile
+++ b/devel/p5-Test-UseAllModules/Makefile
@@ -15,4 +15,6 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>