pkgsrc/devel/p5-Date-Manip/Makefile
wiz 0bb003e7cc Update to 6.31:
VERSION 6.31  (2012-03-01)

Added extended formats to printf method.
Can now parse formats where the time and zone are not adjacent
Added PeriodTimeSep config variable.
Holidays can be used as date strings
Added new recur modifiers
Added a new date format
More flexibility in parsing timezones with both offset and abbrev
Deltas now support fractional values.
Multiple holidays supported
Bug fixes
Language fixes
Documentation fixes

VERSION 6.30  (2012-01-11)

Much of the delta code was reworked.
Modified Delta_Format
Removed some deprecated config variables:

The following config variables have been removed.

   GlobalCnf
   IgnoreGlobalCnf
   PersonalCnf
   PersonalCnfPath
   PathSep

   Internal
   DeltaSigns
   UpdateCurrTZ
   ConvTZ
   OldConfigFiles
   ResetWorkDay

Newest zoneinfo data (tzdata 2011n).
Better handling of undef in DM6
Bug fixes
2012-04-22 10:48:26 +00:00

28 lines
877 B
Makefile

# $NetBSD: Makefile,v 1.37 2012/04/22 10:48:26 wiz Exp $
DISTNAME= Date-Manip-6.31
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dma
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Date-Manip/
COMMENT= Perl5 module for date calculations
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
# only needed for tests
BUILD_DEPENDS+= p5-Test-Inter-[0-9]*:../../devel/p5-Test-Inter
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Date/Manip/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"