git: 6eda2583d315 - main - net/p5-Net-IP-Minimal: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 19:01:43 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6eda2583d315b0d21d07ce097e7905e12597ff78
commit 6eda2583d315b0d21d07ce097e7905e12597ff78
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:45:57 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:49:09 +0000
net/p5-Net-IP-Minimal: Add NO_ARCH
---
net/p5-Net-IP-Minimal/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net/p5-Net-IP-Minimal/Makefile b/net/p5-Net-IP-Minimal/Makefile
index a2466e27711c..3bebb93923d1 100644
--- a/net/p5-Net-IP-Minimal/Makefile
+++ b/net/p5-Net-IP-Minimal/Makefile
@@ -15,4 +15,6 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>