diff options
Diffstat (limited to 'misc/p5-Locale-Codes')
-rw-r--r-- | misc/p5-Locale-Codes/Makefile | 25 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/pkg-comment | 2 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/pkg-descr | 13 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/pkg-plist | 7 |
5 files changed, 48 insertions, 0 deletions
diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile new file mode 100644 index 000000000000..36a9e85a5266 --- /dev/null +++ b/misc/p5-Locale-Codes/Makefile @@ -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> diff --git a/misc/p5-Locale-Codes/distinfo b/misc/p5-Locale-Codes/distinfo new file mode 100644 index 000000000000..356d97a07ef1 --- /dev/null +++ b/misc/p5-Locale-Codes/distinfo @@ -0,0 +1 @@ +MD5 (Locale-Codes-0.003.tar.gz) = ae62819979b2929275f570f4859b711a diff --git a/misc/p5-Locale-Codes/pkg-comment b/misc/p5-Locale-Codes/pkg-comment new file mode 100644 index 000000000000..ed35cc7dedf6 --- /dev/null +++ b/misc/p5-Locale-Codes/pkg-comment @@ -0,0 +1,2 @@ +perl5 module providing access to ISO3166 and ISO639 Country Codes + diff --git a/misc/p5-Locale-Codes/pkg-descr b/misc/p5-Locale-Codes/pkg-descr new file mode 100644 index 000000000000..e6170bd3989c --- /dev/null +++ b/misc/p5-Locale-Codes/pkg-descr @@ -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. diff --git a/misc/p5-Locale-Codes/pkg-plist b/misc/p5-Locale-Codes/pkg-plist new file mode 100644 index 000000000000..27368c57ad16 --- /dev/null +++ b/misc/p5-Locale-Codes/pkg-plist @@ -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 |