diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-20 14:43:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-20 14:43:12 +0800 |
commit | 73ce82d5ba2af27a48364769d703bc69361b96b8 (patch) | |
tree | 0d3b3707abdf399dc85b95ee905e226b8c2c19fc /misc/Makefile | |
parent | 3517639eb7c9ac0f13ceba6fdd939e70567dcad3 (diff) | |
download | freebsd-ports-gnome-73ce82d5ba2af27a48364769d703bc69361b96b8.tar.gz freebsd-ports-gnome-73ce82d5ba2af27a48364769d703bc69361b96b8.tar.zst freebsd-ports-gnome-73ce82d5ba2af27a48364769d703bc69361b96b8.zip |
- Add p5-Geo-Coder-Googlev3 0.10
Use Geo::Coder::Googlev3 just like Geo::Coder::Google. Note that no apikey is
used in Google's v3 API, and the returned data structure differs.
Please check also [1] for more information about Google's Geocoding API and
especially usage limits.
[1] http://code.google.com/intl/en/apis/maps/documentation/geocoding/
WWW: http://search.cpan.org/dist/Geo-Coder-Googlev3/
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index b7fde68fca08..c44f394221e7 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -403,6 +403,7 @@ SUBDIR += p5-Geo-Cache SUBDIR += p5-Geo-Coder-Bing SUBDIR += p5-Geo-Coder-Google + SUBDIR += p5-Geo-Coder-Googlev3 SUBDIR += p5-Geo-Coder-Multiple SUBDIR += p5-Geo-Postcodes SUBDIR += p5-Geo-Postcodes-DK |