From 8cbb723235889b79455db4650524636b9e566e3a Mon Sep 17 00:00:00 2001 From: xmj Date: Fri, 15 May 2015 18:08:36 +0000 Subject: net/py-GeoIP2: add port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') 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 -- cgit