diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-10 15:45:13 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-10 15:45:13 +0000 |
commit | 7f50c5ad08fb8f787f3a9f0ee17560663bebb8f8 (patch) | |
tree | 340da02fb742c33ec3bdc89700b70c3451fe0e65 /misc | |
parent | 8686238bfb9daea22e1e8f118a5576f32624cc1d (diff) | |
download | FreeBSD-ports-7f50c5ad08fb8f787f3a9f0ee17560663bebb8f8.zip FreeBSD-ports-7f50c5ad08fb8f787f3a9f0ee17560663bebb8f8.tar.gz |
Add p5-Geography-Countries.
This module maps country names, and their 2-letter, 3-letter and numerical
codes, as defined by the ISO-3166 maintenance agency, and defined by the
UNSD.
WWW: http://search.cpan.org/dist/Geography-Countries/
PR: ports/82022
Submitted by: dikshie <dikshie@lapi.itb.ac.id>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Geography-Countries/Makefile | 23 | ||||
-rw-r--r-- | misc/p5-Geography-Countries/distinfo | 2 | ||||
-rw-r--r-- | misc/p5-Geography-Countries/pkg-descr | 5 | ||||
-rw-r--r-- | misc/p5-Geography-Countries/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 00f7ea4..0bd000c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -325,6 +325,7 @@ SUBDIR += p5-File-CounterFile SUBDIR += p5-File-Sort SUBDIR += p5-Geo-Weather + SUBDIR += p5-Geography-Countries SUBDIR += p5-I18N-Charset SUBDIR += p5-I18N-LangTags SUBDIR += p5-LEGO-RCX diff --git a/misc/p5-Geography-Countries/Makefile b/misc/p5-Geography-Countries/Makefile new file mode 100644 index 0000000..1316e2f --- /dev/null +++ b/misc/p5-Geography-Countries/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: misc/p5-Geography-Countries +# Date created: 05 June 2005 +# Whom: dikshie <dikshie@lapi.itb.ac.id> +# +# $FreeBSD$ +# + +PORTNAME= Geography-Countries +PORTVERSION= 1.4 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Geography +PKGNAMEPREFIX= p5- + +MAINTAINER= dikshie@lapi.itb.ac.id +COMMENT= Handle ISO-3166 country codes + +PERL_CONFIGURE= yes +CONFIGURE_ARGS+= INSTALLDIRS='site' + +MAN3= Geography::Countries.3 + +.include <bsd.port.mk> diff --git a/misc/p5-Geography-Countries/distinfo b/misc/p5-Geography-Countries/distinfo new file mode 100644 index 0000000..e624044 --- /dev/null +++ b/misc/p5-Geography-Countries/distinfo @@ -0,0 +1,2 @@ +MD5 (Geography-Countries-1.4.tar.gz) = 693426ab59ce3d51fcd48dfe3b402107 +SIZE (Geography-Countries-1.4.tar.gz) = 9067 diff --git a/misc/p5-Geography-Countries/pkg-descr b/misc/p5-Geography-Countries/pkg-descr new file mode 100644 index 0000000..5c1f529 --- /dev/null +++ b/misc/p5-Geography-Countries/pkg-descr @@ -0,0 +1,5 @@ +This module maps country names, and their 2-letter, 3-letter and numerical +codes, as defined by the ISO-3166 maintenance agency, and defined by the +UNSD. + +WWW: http://search.cpan.org/dist/Geography-Countries/ diff --git a/misc/p5-Geography-Countries/pkg-plist b/misc/p5-Geography-Countries/pkg-plist new file mode 100644 index 0000000..9d96ec0 --- /dev/null +++ b/misc/p5-Geography-Countries/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Geography/Countries.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geography/Countries/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geography/Countries 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geography 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Geography 2>/dev/null || true |