diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-13 20:40:11 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-13 20:40:11 +0000 |
commit | b1a1bd8b8d30ea8ef093496e571cbd22f6352ca3 (patch) | |
tree | e697de1a8f57c8c1e66f7f4147b842c4d50be94a | |
parent | 3fd436439ad05d4f623123647d3ba89e531bf8f7 (diff) | |
download | ports-b1a1bd8b8d30ea8ef093496e571cbd22f6352ca3.tar.gz ports-b1a1bd8b8d30ea8ef093496e571cbd22f6352ca3.zip |
net/p5-IP-Country: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | net/p5-IP-Country/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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> |