git: c40cad44d19e - main - databases/p5-DBIx-Inspector: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:54:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c40cad44d19e3e7468d1b3cca6917f4cc9305e92 commit c40cad44d19e3e7468d1b3cca6917f4cc9305e92 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:47:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:47:52 +0000 databases/p5-DBIx-Inspector: Add NO_ARCH --- databases/p5-DBIx-Inspector/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/p5-DBIx-Inspector/Makefile b/databases/p5-DBIx-Inspector/Makefile index eb4832b82780..8b7aa7fc049a 100644 --- a/databases/p5-DBIx-Inspector/Makefile +++ b/databases/p5-DBIx-Inspector/Makefile @@ -22,4 +22,6 @@ TEST_DEPENDS= \ USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes + .include <bsd.port.mk>