pkgsrc/time/p5-Time-Format/Makefile
mef 0ac1b08152 Update 1.11 to 1.12
1.12  2012 September 27
        - Fix CPAN RT bug 44167/54990: Negative milliseconds/microseconds.
          This was a boneheaded mistake I should have fixed years ago.
          Many thanks to Karl Moens for reporting the error, and for a patch.

        - Fix CPAN RT bug 47229: Build.PL dependencies.
          Unfortunately, I cannot fix Makefile.PL, since ExtUtils::MakeMaker
          has no concept of "recommended" or "optional" modules.
          Thanks to Jens Rehsack for the suggestion.

        - Fix CPAN RT bug 55630: ISO-8601 Z (Zulu, UTC) marker not supported.
          Thanks to Will Coleda for pointing this out.

        - Fix CPAN RT bug 76705/76707 (maybe): month out of range.
          I can't reproduce this bug, but I made a change to the time parsing
          that might fix it.  Thanks to Todd Bezenek for reporting the problem.
2014-12-04 02:41:53 +00:00

21 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.13 2014/12/04 02:41:53 mef Exp $
#
DISTNAME= Time-Format-1.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Time-Format/
COMMENT= Easy-to-use date/time formatting
DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
PERL5_PACKLIST= auto/Time/Format/.packlist
USE_LANGUAGES= # none
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"