git: b2d25b8c24fb - main - math/p5-Math-Units: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:16:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2d25b8c24fb2e9b20d3467e4b47bc9ea0e47384 commit b2d25b8c24fb2e9b20d3467e4b47bc9ea0e47384 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:51:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:06:03 +0000 math/p5-Math-Units: Add NO_ARCH --- math/p5-Math-Units/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/p5-Math-Units/Makefile b/math/p5-Math-Units/Makefile index a2610ef8c111..2973a1b10c41 100644 --- a/math/p5-Math-Units/Makefile +++ b/math/p5-Math-Units/Makefile @@ -12,4 +12,6 @@ WWW= https://metacpan.org/release/Math-Units USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>