0c2fe5934e
These routines are the inverse of built-in perl functions localtime() and 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.
15 lines
435 B
Makefile
15 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/04/16 22:23:26 minskim Exp $
|
|
|
|
DISTNAME= Time-Local-1.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= time 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"
|