1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Import of a perl5 module for ISO3166/639 country code conversion

This commit is contained in:
James FitzGibbon 1997-06-27 01:51:13 +00:00
parent 30a13caa15
commit 54b08b6885
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7083
5 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Locale-Codes
# Version required: 0.003
# Date created: June 26th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.ORG>
#
# $Id$
#
DISTNAME= Locale-Codes-0.003
PKGNAME= p5-Locale-Codes-0.003
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5
MAN3= Locale::Country.3 Locale::Language.3
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Locale-Codes-0.003.tar.gz) = ae62819979b2929275f570f4859b711a

View File

@ -0,0 +1,2 @@
perl5 module providing access to ISO3166 and ISO639 Country Codes

View File

@ -0,0 +1,13 @@
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 (described below), or with the two
functions which return lists of all country codes or all
country names.
The Locale::Language module provides access to the ISO
two-letter codes for identifying languages, as defined in
ISO 639. You can either access the codes via the the
section on conversion routines (described below), or with
the two functions which return lists of all language codes
or all language names.

View File

@ -0,0 +1,7 @@
lib/perl5/man/man3/Locale::Country.3.gz
lib/perl5/man/man3/Locale::Language.3.gz
lib/perl5/site_perl/Locale/Country.pm
lib/perl5/site_perl/Locale/Language.pm
lib/perl5/site_perl/i386-freebsd/auto/Locale/.packlist
@dirrm lib/perl5/site_perl/i386-freebsd/auto/Locale
@dirrm lib/perl5/site_perl/Locale