blob: 18dc0ec809a2a175d5aea2d403f28454408d770e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= Time-Moment
PORTVERSION= 0.44
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=CPAN:CHANSEN
PKGNAMEPREFIX= p5-
MAINTAINER= bokutin@bokut.in
COMMENT= Represents a date and time of day with an offset from UTC
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Fatal>=0.006:devel/p5-Test-Fatal \
p5-Test-Number-Delta>=1.06:devel/p5-Test-Number-Delta \
p5-Test-Requires>=0:devel/p5-Test-Requires
USES= perl5
USE_PERL5= configure
MAKE_JOBS_UNSAFE=yes
.include <bsd.port.mk>
|