Upstream changes: 1.57 2022-03-03 - The last release would die if Sub::Util was not available, but this should just be an optional requirement. Fixed by Paul Howarth. GH #131. - This is the second time I've introduced this bug, so now there's a test to make sure that DateTime can be loaded if Sub::Util is not installed. Hopefully this will prevent a third occurrence of this bug. 1.56 2022-03-02 - The DateTime->from_epoch constructor now accepts a single, non-hashref argument, and validates it as an epoch value. Requested by Neil Bowers. GH #119.
29 lines
1.2 KiB
Makefile
29 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.82 2022/03/20 02:29:09 wen Exp $
|
|
|
|
DISTNAME= DateTime-1.57
|
|
PKGNAME= p5-${DISTNAME}00
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://datetime.perl.org/
|
|
COMMENT= Perl module for date/time sets and ranges
|
|
LICENSE= artistic-2.0
|
|
|
|
DEPENDS+= p5-DateTime-Locale>=1.06:../../time/p5-DateTime-Locale
|
|
DEPENDS+= p5-DateTime-TimeZone>=2.02:../../time/p5-DateTime-TimeZone
|
|
DEPENDS+= p5-Math-Round-[0-9]*:../../math/p5-Math-Round
|
|
DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
|
|
DEPENDS+= p5-Params-ValidationCompiler>=0.11:../../devel/p5-Params-ValidationCompiler
|
|
DEPENDS+= p5-namespace-autoclean>=0.19:../../devel/p5-namespace-autoclean
|
|
|
|
TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
|
|
TEST_DEPENDS+= p5-CPAN-Meta-Check>=0.11:../../devel/p5-CPAN-Meta-Check
|
|
TEST_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
|
|
|
|
PERL5_PACKLIST= auto/DateTime/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|