git: b1a1bd8b8d30 - main - net/p5-IP-Country: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 20:40:51 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1a1bd8b8d30ea8ef093496e571cbd22f6352ca3 commit b1a1bd8b8d30ea8ef093496e571cbd22f6352ca3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 20:40:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 20:40:11 +0000 net/p5-IP-Country: Add NO_ARCH Approved by: portmgr (blanket) --- net/p5-IP-Country/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/p5-IP-Country/Makefile b/net/p5-IP-Country/Makefile index ff63054dc10c..3ef0c1c9e5db 100644 --- a/net/p5-IP-Country/Makefile +++ b/net/p5-IP-Country/Makefile @@ -16,4 +16,6 @@ RUN_DEPENDS= p5-Geography-Countries>=0:misc/p5-Geography-Countries USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>