pkgsrc/misc/p5-Locale-Codes/Makefile

21 lines
632 B
Makefile
Raw Normal View History

Update of p5-Locale-Codes to 1.06. 1.06 2001-03-04 neilb Added Locale::Constants, which defines three symbols for identifying which codeset is being used: LOCALE_CODE_ALPHA_2 LOCALE_CODE_ALPHA_3 LOCALE_CODE_NUMERIC Updated Locale::Country to support all three code sets defined by ISO 3166. This was requested by Keith Wall. I haven't added multiple codeset support to the other modules yet - I'll wait until someone asks for them. 1.05 Feb 2001 Added Locale::Currency, contribution from Michael Hennecke. Added testsuite for it (t/currency.t) and added testcases to t/all.t for the all_* functions. 1.04 Dec 2000 Fixed very minor typos from 1.03! 1.03 Dec 2000 Updated Locale::Country: - fixed spelling of a few countries - added link to a relevant page from CIA world factbook Updated Locale::Language: - fixed typo in the documentation (ISO 939 should be 639) 1.02 May 2000 Updated Locale::Country and Locale::Language to reflect changes in the relevant ISO standards. These mainly reflect languages which are new to the relevant standard, and changes in the spelling of some country names. Added official URLs for the standards to the SEE ALSO sections of the doc for each module. Thanks to Jarkko Hietaniemi for pointing me at the pages with latest versions of ISO 3166 and 639. 1.00 March 1998 Added Locale::Country::_alias_code() so that 'uk' can be added as the code for "United Kingdom", if you want it. This was prompted by Ed Jordan <ed@chronos.net> Added a new testsuite for handling this case, and extended the existing test-suite to include testing of the case where 'uk' hasn't been defined as a valid code.
2001-04-21 02:05:05 +02:00
# $NetBSD: Makefile,v 1.10 2001/04/21 00:05:05 jtb Exp $
1998-01-24 22:22:16 +01:00
# FreeBSD Id: Makefile,v 1.1.1.1 1997/06/27 01:51:12 jfitz Exp
1997-10-11 23:53:59 +02:00
#
Update of p5-Locale-Codes to 1.06. 1.06 2001-03-04 neilb Added Locale::Constants, which defines three symbols for identifying which codeset is being used: LOCALE_CODE_ALPHA_2 LOCALE_CODE_ALPHA_3 LOCALE_CODE_NUMERIC Updated Locale::Country to support all three code sets defined by ISO 3166. This was requested by Keith Wall. I haven't added multiple codeset support to the other modules yet - I'll wait until someone asks for them. 1.05 Feb 2001 Added Locale::Currency, contribution from Michael Hennecke. Added testsuite for it (t/currency.t) and added testcases to t/all.t for the all_* functions. 1.04 Dec 2000 Fixed very minor typos from 1.03! 1.03 Dec 2000 Updated Locale::Country: - fixed spelling of a few countries - added link to a relevant page from CIA world factbook Updated Locale::Language: - fixed typo in the documentation (ISO 939 should be 639) 1.02 May 2000 Updated Locale::Country and Locale::Language to reflect changes in the relevant ISO standards. These mainly reflect languages which are new to the relevant standard, and changes in the spelling of some country names. Added official URLs for the standards to the SEE ALSO sections of the doc for each module. Thanks to Jarkko Hietaniemi for pointing me at the pages with latest versions of ISO 3166 and 639. 1.00 March 1998 Added Locale::Country::_alias_code() so that 'uk' can be added as the code for "United Kingdom", if you want it. This was prompted by Ed Jordan <ed@chronos.net> Added a new testsuite for handling this case, and extended the existing test-suite to include testing of the case where 'uk' hasn't been defined as a valid code.
2001-04-21 02:05:05 +02:00
DISTNAME= Locale-Codes-1.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
1997-10-11 23:53:59 +02:00
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Locale-Codes/Locale/Country.html
COMMENT= perl5 module providing access to ISO3166 and ISO639 Country Codes
1997-10-11 23:53:59 +02:00
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Locale/.packlist
1997-10-11 23:53:59 +02:00
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
1997-10-11 23:53:59 +02:00
.include "../../mk/bsd.pkg.mk"