0.401 2014-05-03 - Fix the tests to accomodate the new 1-digit format for days of month before the tenth. Thanks to Dagfinn Ilmari Mannsåker for the patch. - add some more sample dates to t/sample_dates and run one test per sample date in t/sample.t 0.400 2014-04-13 - New maintainer - Philippe Bruhat (BooK) - Now depends on DateTime 0.18. RT #74580. - Moved POD tests to the release stage. - format_datetime() now uses 1-digit numbers for day of month < 10. Dates with unrecognized timezones lead to the creation of a DateTime object with a floating timezone. UTC is now formatted as +0000, floating is formatted as -0000. RT #94556. - Now packaged using Dist::Zilla. Moved back to three-digit version numbers.
21 lines
715 B
Makefile
21 lines
715 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/09/06 14:56:10 wiz Exp $
|
|
|
|
DISTNAME= DateTime-Format-Mail-0.401
|
|
# make sure it has 4 digits
|
|
PKGNAME= p5-${DISTNAME}0
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-Mail/
|
|
COMMENT= Convert between DateTime and RFC2822/822 formats
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-DateTime>=0.18:../../time/p5-DateTime
|
|
DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
|
|
DEPENDS+= p5-Params-Validate>=0.67:../../devel/p5-Params-Validate
|
|
|
|
PERL5_PACKLIST= auto/DateTime/Format/Mail/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|