7a5663dc3e
Upstream changes: 1.1901 2008-11-01 - Test fixes only. The tests planned the wrong number of tests on 32-bit platforms, causing failures. 1.19 2008-11-01 - The calculation of the maximum integer size was using $Config{intsize} when it should use $Config{ivsize}. Apparently on a 64-bit platform intsize can be 4 when ivsize is 8. Based on a patch from Jan Dubois.
17 lines
484 B
Makefile
17 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/01/11 18:17:31 he Exp $
|
|
|
|
DISTNAME= Time-Local-1.1901
|
|
PKGNAME= p5-${DISTNAME:C/1901/19.1/}
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Time/Local/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|