mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Import of a perl5 module for ISO3166/639 country code conversion
This commit is contained in:
parent
30a13caa15
commit
54b08b6885
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7083
25
misc/p5-Locale-Codes/Makefile
Normal file
25
misc/p5-Locale-Codes/Makefile
Normal 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>
|
1
misc/p5-Locale-Codes/distinfo
Normal file
1
misc/p5-Locale-Codes/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Locale-Codes-0.003.tar.gz) = ae62819979b2929275f570f4859b711a
|
2
misc/p5-Locale-Codes/pkg-comment
Normal file
2
misc/p5-Locale-Codes/pkg-comment
Normal file
@ -0,0 +1,2 @@
|
||||
perl5 module providing access to ISO3166 and ISO639 Country Codes
|
||||
|
13
misc/p5-Locale-Codes/pkg-descr
Normal file
13
misc/p5-Locale-Codes/pkg-descr
Normal 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.
|
7
misc/p5-Locale-Codes/pkg-plist
Normal file
7
misc/p5-Locale-Codes/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user