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

(-)Makefile (-2 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	DateTime-Util-Calc
8
PORTNAME=	DateTime-Util-Calc
9
PORTVERSION=	0.13002
9
PORTVERSION=	0.13002
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	devel perl5
11
CATEGORIES=	devel perl5
12
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
Lines 15-21 Link Here
15
MAINTAINER=	markun@onohara.to
15
MAINTAINER=	markun@onohara.to
16
COMMENT=	DateTime Calculation Utilities
16
COMMENT=	DateTime Calculation Utilities
17
17
18
BUILD_DEPENDS=	p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt
18
BUILD_DEPENDS=	p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt \
19
		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
20
RUN_DEPENDS:=	${BUILD_DEPENDS}
20
21
21
PERL_CONFIGURE=	yes
22
PERL_CONFIGURE=	yes

Return to bug 165107