2013-05-31 14:39:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.22 2013/05/31 12:42:26 wiz Exp $
|
2005-01-26 17:15:46 +01:00
|
|
|
|
2010-04-18 16:10:42 +02:00
|
|
|
DISTNAME= DateTime-Locale-0.45
|
2005-01-26 17:15:46 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2013-05-31 14:39:57 +02:00
|
|
|
PKGREVISION= 4
|
2005-01-26 17:15:46 +01:00
|
|
|
CATEGORIES= time perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
|
|
|
|
2008-08-17 17:58:02 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-11-29 18:49:46 +01:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/DateTime-Locale/
|
2005-01-26 17:15:46 +01:00
|
|
|
COMMENT= Localization data for p5-DateTime
|
2009-07-08 09:40:45 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2005-01-26 17:15:46 +01:00
|
|
|
|
2008-06-01 12:02:26 +02:00
|
|
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
Updating time/p5-DateTime-Locale from 0.43 to 0.44
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.44 2009-09-12
- All methods which return strftime-style patterns are officially deprecated
(and have been a little broken for some time, regardless). This includes all
date and time format methods ending in "_format".
- Other deprecated methods include:
date_parts_order, date_before_time
era, eras
month_name, month_abbreviation, month_narrow
month_names, month_abbreviations, month_narrows
day_name, day_abbreviation, day_narrow
day_names, day_abbreviations, day_narrows
quarter_name, quarter_abbreviation, quarter_narrow
quarter_names, quarter_abbreviations
am_pm, am_pms
era_name, era_abbreviation
era_narrow, era_names, era_abbreviations
- All of these deprecated methods will eventually be removed. If you are using
them directly, please change your code.
- Converted data files in tools/t/test-data to Unix line endings. This works
around a bug in Module::Signature. Reported by Zefram. RT #49085.
- Require Params::Validate 0.91, since 0.89 caused test failures for
someone. Reported by Jeremy Hetzler. RT #41365.
2009-09-13 13:33:03 +02:00
|
|
|
DEPENDS+= p5-Params-Validate>=0.91:../../devel/p5-Params-Validate
|
2005-01-26 17:15:46 +01:00
|
|
|
|
2008-05-29 10:29:06 +02:00
|
|
|
USE_LANGUAGES= # empty
|
2005-02-26 02:44:44 +01:00
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/DateTime/Locale/.packlist
|
2005-01-26 17:15:46 +01:00
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|