diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-30 04:42:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-30 04:42:39 +0800 |
commit | abc95493c295d254ef4482e677f3b33275b64e51 (patch) | |
tree | 66c97c2c5ece2461a1153f955eed48e8f85dad91 /net/Makefile | |
parent | 5883f3534616d0b01ac1c0b8985483df0cbae6d6 (diff) | |
download | freebsd-ports-gnome-abc95493c295d254ef4482e677f3b33275b64e51.tar.gz freebsd-ports-gnome-abc95493c295d254ef4482e677f3b33275b64e51.tar.zst freebsd-ports-gnome-abc95493c295d254ef4482e677f3b33275b64e51.zip |
A library that uses Maxmind's GeoIP databases to accurately determine
geographic location of an IP address.
WWW: http://pear.php.net/package/Net_GeoIP/
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 139faa791c0a..e031860f1c56 100644 --- a/net/Makefile +++ b/net/Makefile @@ -586,6 +586,7 @@ SUBDIR += pear-Net_Dict SUBDIR += pear-Net_Finger SUBDIR += pear-Net_Geo + SUBDIR += pear-Net_GeoIP SUBDIR += pear-Net_IPv6 SUBDIR += pear-Net_Ident SUBDIR += pear-Net_LDAP |