View | Details | Raw Unified | Return to bug 133754
Collapse All | Expand All

(-)Makefile (-7 / +7 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	DateTime
8
PORTNAME=	DateTime
9
PORTVERSION=	0.47
9
PORTVERSION=	0.47
10
PORTREVISION=	1
10
CATEGORIES=	devel perl5
11
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
Lines 14-24 Link Here
14
MAINTAINER=	mat@FreeBSD.org
15
MAINTAINER=	mat@FreeBSD.org
15
COMMENT=	A date and time object
16
COMMENT=	A date and time object
16
17
17
RUN_DEPENDS=	${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \
18
RUN_DEPENDS=	p5-DateTime-Locale>=0.41:${PORTSDIR}/devel/p5-DateTime-Locale \
18
		${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
19
		p5-DateTime-TimeZone>=0.59:${PORTSDIR}/devel/p5-DateTime-TimeZone \
19
		${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \
20
		p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate
20
		${SITE_PERL}/DateTime/Locale.pm:${PORTSDIR}/devel/p5-DateTime-Locale \
21
		${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local
22
BUILD_DEPENDS=	${RUN_DEPENDS}
21
BUILD_DEPENDS=	${RUN_DEPENDS}
23
22
24
PERL_CONFIGURE=	yes
23
PERL_CONFIGURE=	yes
Lines 37-44 Link Here
37
36
38
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
39
38
40
.if ${PERL_LEVEL} < 500800
39
.if ${PERL_LEVEL} < 500703
41
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
40
RUN_DEPENDS+=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
41
		p5-Time-Local>=1.04:${PORTSDIR}/devel/p5-Time-Local
42
.endif
42
.endif
43
43
44
.include <bsd.port.post.mk>
44
.include <bsd.port.post.mk>
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
DateTime is a class for the representation of date/time combinations, and is
1
DateTime is a class for the representation of date/time combinations, and is
2
part of the Perl DateTime project. For details on this project please see
2
part of the Perl DateTime project. For details on this project please see
3
3
4
WWW: http://datetime.perl.org/
4
WWW: http://search.cpan.org/dist/DateTime/

Return to bug 133754