git: 6e6dbd7ecfcc - main - devel/p5-UUID-Tiny: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:01:23 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e6dbd7ecfcc8c1335074011b0a634492fed20c4 commit 6e6dbd7ecfcc8c1335074011b0a634492fed20c4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:43:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:58:11 +0000 devel/p5-UUID-Tiny: Add NO_ARCH --- devel/p5-UUID-Tiny/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/p5-UUID-Tiny/Makefile b/devel/p5-UUID-Tiny/Makefile index 109cd68f4603..6f79185864f5 100644 --- a/devel/p5-UUID-Tiny/Makefile +++ b/devel/p5-UUID-Tiny/Makefile @@ -16,4 +16,6 @@ RUN_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>