6dd9939a0b
---------------------------------- 1.24 2016-08-13 - Set the INSTALLDIRS to 'perl' for Perl 5.10 and earlier. Without this, you can upgrade Time::Local from CPAN but perl will not see the upgraded version. Reported by Olivier Mengué. RT #116825.
16 lines
462 B
Makefile
16 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.15 2016/08/18 10:34:53 mef Exp $
|
|
|
|
DISTNAME= Time-Local-1.24
|
|
PKGNAME= p5-${DISTNAME}
|
|
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"
|