pkgsrc/misc/p5-Locale-Codes/Makefile
sno 33edb07521 Updating misc/p5-Locale-Codes from 2.07nb1 to 3.11
pkgsrc changes:
- Add license definition

Upstream changes:
3.11  2010-03-01 sbeck
	* NEW CODE(s)
	* Added the IANA domain names to Country
	* Fixed a problem that produced warnings with perl 5.11.5.
		Jerry D. Hedden
	*

3.10  2010-02-18 sbeck
	* Moved support files into the Locale::Codes namespace.
	* The work done in each of the Locale::XXX modules was
		virtually identical to each other. It has all
		been moved to a central module and the
		Locale::XXX moduels are now just wrappers.
	* The XXX_code2code functions would return undef if the
		same codeset were passed in for both the 2nd and
		3rd arguments. This doesn't make sense and has
		been changed.
	* Added all semi-private routines (except for the
		couple that were already present):
			rename_XXX
			add_XXX
			delete_XXX
			add_XXX_alias
			delete_XXX_alias
			rename_XXX_code
			add_XXX_code_alias
			delete_XXX_code_alias
	* Added "UK" alias. Steve Hay

3.01  2010-02-15 sbeck
	* Fixed Makefile.PL and Build.PL to install as core
		modules.

3.00  2010-02-10 sbeck
	* Took over maintenance of the code
	* All codes and country names come from the official
		standards
	* code2country now returns the name of the country specified
	        in the standard (if the different standards refer
	        to the country by different variations in the name,
	        the results will differe based on the CODESET)
	* Added code sets
		FIPS 10 country codes
		Alpha-3 and Term language codes
		Numeric currency codes
	* The rename_country funcion from 2.07 would guess the
		CODESET (unlike all other functions which used
		a default of LOCALE_CODE_ALPHA_2). The guess can
		cause problems since (with the addition of FIPS)
		codes may appear in different codesets for different
		countries. The behavior has been changed to be
		the same as other functions (default to
		LOCALE_CODE_ALPHA_2).
	* Dropped support for _alias_code
	* Added language_code2code, currency_code2code
2010-03-08 18:15:51 +00:00

23 lines
602 B
Makefile

# $NetBSD: Makefile,v 1.26 2010/03/08 18:15:51 sno Exp $
DISTNAME= Locale-Codes-3.11
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
SVR4_PKGNAME= p5lco
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Locale-Codes/
COMMENT= Perl5 module for ISO 3166, 639, 4217 and 15924 codes
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Locale/Codes/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"