Version 6.4 07.03.2015 + Fixed t/f016.t, t/f027.t and t/f028.t which started failing on 01/01/2015 + Fixed t/f035.t which gave a warning "Unescaped left brace in regex is deprecated" with Perl 5.21.x
20 lines
597 B
Makefile
20 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.38 2015/03/09 06:09:57 wiz Exp $
|
|
|
|
DISTNAME= Date-Calc-6.4
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://engelschall.com/u/sb/download/
|
|
COMMENT= Perl5 module for Gregorian calendar date calculations
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Bit-Vector>=7.1:../../devel/p5-Bit-Vector
|
|
DEPENDS+= p5-Carp-Clan>=6.04:../../devel/p5-Carp-Clan
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Date/Calc/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|