This commit is contained in:
kevlo 2001-01-21 16:35:31 +00:00
parent 47d120f535
commit 16a10fc9b6
5 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/21 16:35:31 kevlo Exp $
DISTNAME= Locale-Codes-1.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= misc perl5
NEED_VERSION= 1.351
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Locale-Codes-1.04.tar.gz) = fa80a40f1313e6cf302fe0fc08d56a55
RMD160 (Locale-Codes-1.04.tar.gz) = 696dfeca97d3f04f18ca17d114873aecb79c4ab4
SHA1 (Locale-Codes-1.04.tar.gz) = 819afbae11ef8ca40d3f3ee93f422157e586e60c

View File

@ -0,0 +1 @@
module to provide access to ISO3166 and ISO639 codes

View File

@ -0,0 +1,5 @@
The Locale::Country module provides access to the ISO two-letter
codes for identifying countries, as defined in ISO 3166.
You can either access the codes via the the section on conversion
routines, or with the two unctions which return lists of all
country codes or all country names.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/21 16:35:31 kevlo Exp $
libdata/perl5/site_perl/Locale/Country.pm
libdata/perl5/site_perl/Locale/Language.pm
man/man3/Locale::Country.3p
man/man3/Locale::Language.3p