git: 135457556095 - main - converters/p5-MIME-Base64-URLSafe: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Apr 2022 15:07:29 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=135457556095cce4a24d9a530069f1ae89452d18
commit 135457556095cce4a24d9a530069f1ae89452d18
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-26 14:57:48 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-26 15:01:53 +0000
converters/p5-MIME-Base64-URLSafe: Add NO_ARCH
Approved by: portmgr (blanket)
---
converters/p5-MIME-Base64-URLSafe/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/converters/p5-MIME-Base64-URLSafe/Makefile b/converters/p5-MIME-Base64-URLSafe/Makefile
index f493b6f14991..410e2b0a125a 100644
--- a/converters/p5-MIME-Base64-URLSafe/Makefile
+++ b/converters/p5-MIME-Base64-URLSafe/Makefile
@@ -16,4 +16,6 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>