git: d51a4b0c1679 - main - math/p5-Statistics-Distributions: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Feb 2025 10:52:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d51a4b0c167931b8540d8c5deb79f5ee2ce768b9 commit d51a4b0c167931b8540d8c5deb79f5ee2ce768b9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-28 10:35:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-28 10:35:43 +0000 math/p5-Statistics-Distributions: Add NO_ARCH --- math/p5-Statistics-Distributions/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/p5-Statistics-Distributions/Makefile b/math/p5-Statistics-Distributions/Makefile index d2697ceb918b..62b86a67f448 100644 --- a/math/p5-Statistics-Distributions/Makefile +++ b/math/p5-Statistics-Distributions/Makefile @@ -11,4 +11,6 @@ COMMENT= Calculate critical values of common statistical distributions USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>