diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-10 15:45:13 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-10 15:45:13 +0000 |
commit | 7814d8b15028756945eabb849ea80a48b4f114dd (patch) | |
tree | 811f6eac40c2ef47dd6cbdca18a800ddd7a9b53b /misc | |
parent | fb0c7300127869a76864ac78ac8daee6557a7daa (diff) |
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>
Notes
Notes:
svn path=/head/; revision=137197
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 00f7ea40c546..0bd000c9d27e 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 000000000000..1316e2f0e79b --- /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 000000000000..e6240440884e --- /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 000000000000..5c1f529a45fb --- /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 000000000000..9d96ec041572 --- /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 |