pkgsrc/time/p5-Time-Local/Makefile
wen 6d33eae981 Update to 1.2300
Add LICENSE

Upstream changes:
1.2300  2012-07-20

- Doh, fix the repo & bugtracker info in the META files.


1.2200  2012-07-09

- Explicitly require Test::More 0.88+ for tests.


1.2100  2012-07-09

- A seconds value greater than 59 but less than 60 caused timegm() and
  timelocal() to croak. Now we allow any value that's less than 60. RT #78189.


1.2000  2011-01-02

- Release 1.1902 as a stable version without any further chances.


1.1902  2010-12-16  TRIAL RELEASE

- Merge all changes from blead perl.
- Try to restore compatibility with older perls, which don't have a 64bit
  capable localtime/gmtime.
2013-10-02 02:36:54 +00:00

16 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/10/02 02:36:54 wen Exp $
DISTNAME= Time-Local-1.2300
PKGNAME= p5-${DISTNAME:C/2300/23.00/}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Time-Local/
COMMENT= Efficiently compute time from local and GMT time
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Time/Local/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"