diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-08-05 13:47:41 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-08-05 13:47:41 +0000 |
commit | ade34df055eec34cdcb4d68e6240425c1ffd4cb9 (patch) | |
tree | 2f203f2460f8495ca2a694fab4b8cd671e250325 /dns/Makefile | |
parent | 8a8302de601e44f4586bd29c9db3c100927719e4 (diff) | |
download | ports-ade34df055eec34cdcb4d68e6240425c1ffd4cb9.tar.gz ports-ade34df055eec34cdcb4d68e6240425c1ffd4cb9.zip |
Add a port of whoseip, useful utility that returns information about IP
addresses: country code and network they belong to.
WWW: http://www.gnu.org.ua/software/dnstools/whoseip.html
Notes
Notes:
svn path=/head/; revision=393589
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 404f34200194..aca308602e1d 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -188,6 +188,7 @@ SUBDIR += vizone SUBDIR += walker SUBDIR += wdns + SUBDIR += whoseip SUBDIR += wrapsrv SUBDIR += yadifa SUBDIR += zkt |