summaryrefslogtreecommitdiff
path: root/misc/p5-Geography-Countries
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-10 15:45:13 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-10 15:45:13 +0000
commit7814d8b15028756945eabb849ea80a48b4f114dd (patch)
tree811f6eac40c2ef47dd6cbdca18a800ddd7a9b53b /misc/p5-Geography-Countries
parent- update to 0.8 (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/p5-Geography-Countries')
-rw-r--r--misc/p5-Geography-Countries/Makefile23
-rw-r--r--misc/p5-Geography-Countries/distinfo2
-rw-r--r--misc/p5-Geography-Countries/pkg-descr5
-rw-r--r--misc/p5-Geography-Countries/pkg-plist5
4 files changed, 35 insertions, 0 deletions
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