git: f3bfcf18ed15 - main - sysutils/p5-Command-Runner: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Sep 2024 20:25:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3bfcf18ed158b525a67750f164709f7c9079e38 commit f3bfcf18ed158b525a67750f164709f7c9079e38 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-15 20:03:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-15 20:11:54 +0000 sysutils/p5-Command-Runner: Add NO_ARCH Approved by: portmgr (blanket) --- sysutils/p5-Command-Runner/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/p5-Command-Runner/Makefile b/sysutils/p5-Command-Runner/Makefile index fe3e986b23c8..0d39dcf68dca 100644 --- a/sysutils/p5-Command-Runner/Makefile +++ b/sysutils/p5-Command-Runner/Makefile @@ -15,4 +15,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= modbuildtiny +NO_ARCH= yes + .include <bsd.port.mk>