git: dd8d9df3c8be - main - security/p5-Text-Password-Pronounceable: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:07:00 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd8d9df3c8beaeb4bdadaa118d3b5d76efd95d38 commit dd8d9df3c8beaeb4bdadaa118d3b5d76efd95d38 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 08:54:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 09:00:59 +0000 security/p5-Text-Password-Pronounceable: Add NO_ARCH --- security/p5-Text-Password-Pronounceable/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/p5-Text-Password-Pronounceable/Makefile b/security/p5-Text-Password-Pronounceable/Makefile index 5f0ca546069e..118c9784e5ba 100644 --- a/security/p5-Text-Password-Pronounceable/Makefile +++ b/security/p5-Text-Password-Pronounceable/Makefile @@ -13,4 +13,6 @@ COMMENT= Perl extension for generating pronounceable passwords USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>