diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-08-31 23:39:38 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-08-31 23:39:38 +0800 |
commit | 1b1e6504196a2cd6430b65cb1b9a74f7a6358480 (patch) | |
tree | 612760ed4c7f041b655f6ccd3961bb0e73050c0b /misc/Makefile | |
parent | 6435d3fc3e0b42f184af7a0dc04f7f7f68f9f8c5 (diff) | |
download | freebsd-ports-gnome-1b1e6504196a2cd6430b65cb1b9a74f7a6358480.tar.gz freebsd-ports-gnome-1b1e6504196a2cd6430b65cb1b9a74f7a6358480.tar.zst freebsd-ports-gnome-1b1e6504196a2cd6430b65cb1b9a74f7a6358480.zip |
Add p5-Locale-Geocode, find codes and information on geographical location.
Locale::Geocode is a module that provides an interface with which to find
codes and information on geographical locations and their administrative
subdivisions as defined primarily by ISO 3166-1 and ISO 3166-2. It is the
most complete ISO 3166 module available on CPAN.
Also included are, where applicable, FIPS codes.
WWW: http://search.cpan.org/dist/Locale-Geocode/
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 635359e057d7..c2b1588b7a22 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -420,6 +420,7 @@ SUBDIR += p5-LEGO-RCX SUBDIR += p5-List-Compare SUBDIR += p5-Locale-Codes + SUBDIR += p5-Locale-Geocode SUBDIR += p5-Locale-Msgcat SUBDIR += p5-Locale-SubCountry SUBDIR += p5-Locale-US |