diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-31 15:39:38 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-31 15:39:38 +0000 |
commit | 78c481c5d4618a216fec5878d8fa414b368ec65a (patch) | |
tree | da1e4a9253f4bb27ddbede30fa0203a66e342617 | |
parent | 63e688f4b4710ab1ad603c8f09bdceb9f8c14d72 (diff) |
Notes
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Locale-Geocode/Makefile | 28 | ||||
-rw-r--r-- | misc/p5-Locale-Geocode/distinfo | 3 | ||||
-rw-r--r-- | misc/p5-Locale-Geocode/pkg-descr | 8 | ||||
-rw-r--r-- | misc/p5-Locale-Geocode/pkg-plist | 8 |
5 files changed, 48 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 diff --git a/misc/p5-Locale-Geocode/Makefile b/misc/p5-Locale-Geocode/Makefile new file mode 100644 index 000000000000..f0968de7acbc --- /dev/null +++ b/misc/p5-Locale-Geocode/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Locale-Geocode +# Date created: 2008/08/31 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Locale-Geocode +PORTVERSION= 1.11 +CATEGORIES= misc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Find codes and information on geographical location + +BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-XML-SAX-Expat>=0:${PORTSDIR}/textproc/p5-XML-SAX-Expat \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= Locale::Geocode.3 \ + Locale::Geocode::Division.3 \ + Locale::Geocode::Territory.3 + +.include <bsd.port.mk> diff --git a/misc/p5-Locale-Geocode/distinfo b/misc/p5-Locale-Geocode/distinfo new file mode 100644 index 000000000000..8f065cf3ff48 --- /dev/null +++ b/misc/p5-Locale-Geocode/distinfo @@ -0,0 +1,3 @@ +MD5 (Locale-Geocode-1.11.tar.gz) = 43c9d3523c3263b6329c9933175f70d3 +SHA256 (Locale-Geocode-1.11.tar.gz) = f54f6a1ad1031686a15036030eb6796674ae5d6bccb9f45b3bfabe3f8fb05955 +SIZE (Locale-Geocode-1.11.tar.gz) = 72960 diff --git a/misc/p5-Locale-Geocode/pkg-descr b/misc/p5-Locale-Geocode/pkg-descr new file mode 100644 index 000000000000..e7572b0c5062 --- /dev/null +++ b/misc/p5-Locale-Geocode/pkg-descr @@ -0,0 +1,8 @@ +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/ diff --git a/misc/p5-Locale-Geocode/pkg-plist b/misc/p5-Locale-Geocode/pkg-plist new file mode 100644 index 000000000000..dc31c3c52b70 --- /dev/null +++ b/misc/p5-Locale-Geocode/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Locale/Geocode.pm +%%SITE_PERL%%/Locale/Geocode/Division.pm +%%SITE_PERL%%/Locale/Geocode/Territory.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Geocode/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Geocode +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale +@dirrmtry %%SITE_PERL%%/Locale/Geocode +@dirrmtry %%SITE_PERL%%/Locale |