Represents a date and time of day with an offset from UTC PR: 229156 Submitted by: Tomohiro Hosaka <bokutin@bokut.in>
25 lines
528 B
Makefile
25 lines
528 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|