git: 164ec8c42701 - main - www/p5-CatalystX-AppBuilder: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:56:01 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=164ec8c42701296dc59255e7a9fa1b2a9bc2c2eb commit 164ec8c42701296dc59255e7a9fa1b2a9bc2c2eb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:49:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:49:36 +0000 www/p5-CatalystX-AppBuilder: Add NO_ARCH Approved by: portmgr (blanket) --- www/p5-CatalystX-AppBuilder/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/p5-CatalystX-AppBuilder/Makefile b/www/p5-CatalystX-AppBuilder/Makefile index 4510b5380e44..bf366fd9f0b9 100644 --- a/www/p5-CatalystX-AppBuilder/Makefile +++ b/www/p5-CatalystX-AppBuilder/Makefile @@ -19,4 +19,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 USE_PERL5= modbuildtiny +NO_ARCH= yes + .include <bsd.port.mk>