fee588ea9e
PDL::DateTime is a subclass of PDL piddle for storing date-time values (scalar piddles, vectors, matrices or generally ND-piddles): - its PDL type is always LongLong (64-bit signed integer) - stored values are microseconds since 1970-01-01T00:00:00.000000Z (can be both positive or negative) - it is still a piddle so you can do all usual PDL arithmetic + PDL::DateTime defines some new methods (see below)
25 lines
548 B
Makefile
25 lines
548 B
Makefile
PORTNAME= PDL-DateTime
|
|
PORTVERSION= 0.004
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Piddle for keeping high precision (microsecond) timestamps
|
|
WWW= https://metacpan.org/dist/PDL-DateTime
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-PDL>=2.014:math/p5-PDL \
|
|
p5-Time-Moment>=0.12:devel/p5-Time-Moment
|
|
TEST_DEPENDS= p5-Test-Number-Delta>=1.06:devel/p5-Test-Number-Delta
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|