35e8ed1108
A Time::Clock object is a twenty-four hour clock with nanosecond precision and wrap-around. It is a clock only; it has absolutely no concept of dates. Vagaries of date/time such as leap seconds and daylight savings time are unsupported. When a Time::Clock object hits 23:59:59.999999999 and at least one more nanosecond is added, it will wrap around to 00:00:00.000000000. This works in reverse when time is subtracted. Time::Clock objects automatically stringify to a user-definable format.
15 lines
446 B
Makefile
15 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:18:16 abs Exp $
|
|
|
|
DISTNAME= Time-Clock-0.11
|
|
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-Clock/
|
|
COMMENT= Twenty-four hour clock object with nanosecond precision
|
|
|
|
PERL5_PACKLIST= auto/Time/Clock/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|