6a44c92ca2
6.73 2018-09-01 - Fixed math on non-64-bit architectures Much of the math in Date::Manip::Base is in a 'use integer' section. This math can overflow in some cases in non-64-bit architectures. Fixed the cases where this would reasonably occur. Reported by Daniel Albers (GitHub #22). Also reported and tested in RT 126052. - Bug in normalizing estimated business deltas While working on the non-64-bit issue, it uncovered a bug where normalizing estimated business deltas was wrong. It had never been reported, and it was only off by a couple seconds in some rare situations.
23 lines
746 B
Makefile
23 lines
746 B
Makefile
# $NetBSD: Makefile,v 1.69 2018/09/02 07:11:06 wiz Exp $
|
|
|
|
DISTNAME= Date-Manip-6.73
|
|
PKGNAME= p5-${DISTNAME}
|
|
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}
|
|
|
|
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
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|