summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/Makefile1
-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
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
OpenPOWER on IntegriCloud