diff options
author | xmj <xmj@FreeBSD.org> | 2015-05-16 02:08:36 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2015-05-16 02:08:36 +0800 |
commit | 8cbb723235889b79455db4650524636b9e566e3a (patch) | |
tree | 05a6fadc88ef2da109c093403347d94d6bbcaf07 /net/Makefile | |
parent | 66ae30a91d8b444221a38a3bdded6b92e8644132 (diff) | |
download | freebsd-ports-gnome-8cbb723235889b79455db4650524636b9e566e3a.tar.gz freebsd-ports-gnome-8cbb723235889b79455db4650524636b9e566e3a.tar.zst freebsd-ports-gnome-8cbb723235889b79455db4650524636b9e566e3a.zip |
net/py-GeoIP2: add port
Python API to the GeoIP2 library for obtaining the country, region, city,
latitude, and longitude of any IP address.
WWW: https://github.com/maxmind/GeoIP2-python
PR: 199815
Submitted by: Olivier Cochard-Labbé <olivier@cochard.me>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 58d866b77f10..09785aa215e0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -897,6 +897,7 @@ SUBDIR += pxe SUBDIR += pxe-pdhcp SUBDIR += py-GeoIP + SUBDIR += py-GeoIP2 SUBDIR += py-amqp SUBDIR += py-amqplib SUBDIR += py-avahi |