2e297705f8
gmtime(). They accept a date as a six-element array, and return the corresponding time(2) value in seconds since the system epoch (Midnight, January 1, 1970 UTC on Unix, for example). This value can be positive or negative, though POSIX only requires support for positive values, so dates before the system's epoch may not work on all operating systems. WWW: http://search.cpan.org/dist/Time-Local/
15 lines
437 B
Makefile
15 lines
437 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/08/29 15:39:03 kuli0020 Exp $
|
|
|
|
DISTNAME= Time-Local-1.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
|
|
|
|
MAINTAINER= kuli0020@umn.edu
|
|
HOMEPAGE= http://search.cpan.org/dist/Time-Local/
|
|
COMMENT= Efficiently compute time from local and GMT time
|
|
|
|
PERL5_PACKLIST= auto/Time/Local/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|