git: 5946c96857f9 - main - devel/p5-Spiffy: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:05:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5946c96857f95c63285154e35fc501b84c38eabc commit 5946c96857f95c63285154e35fc501b84c38eabc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:16:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:58:14 +0000 devel/p5-Spiffy: Add NO_ARCH Approved by: portmgr (blanket) --- devel/p5-Spiffy/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/p5-Spiffy/Makefile b/devel/p5-Spiffy/Makefile index 9fa011e4bfbe..64c2328152db 100644 --- a/devel/p5-Spiffy/Makefile +++ b/devel/p5-Spiffy/Makefile @@ -17,4 +17,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>