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

(-)Makefile (-4 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	Test-Timer
4
PORTNAME=	Test-Timer
5
PORTVERSION=	0.05
5
PORTVERSION=	0.08
6
PORTREVISION=	1
7
CATEGORIES=	devel perl5
6
CATEGORIES=	devel perl5
8
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
9
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
Lines 12-21 Link Here
12
COMMENT=	Perl test module to test/assert response times
11
COMMENT=	Perl test module to test/assert response times
13
12
14
BUILD_DEPENDS=	p5-Error>=0:${PORTSDIR}/lang/p5-Error
13
BUILD_DEPENDS=	p5-Error>=0:${PORTSDIR}/lang/p5-Error
15
RUN_DEPENDS=	p5-Error>=0:${PORTSDIR}/lang/p5-Error
16
17
TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
14
TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
18
		p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
15
		p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
16
RUN_DEPENDS=	p5-Error>=0:${PORTSDIR}/lang/p5-Error
19
17
20
USES=		perl5
18
USES=		perl5
21
USE_PERL5=	configure
19
USE_PERL5=	configure
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Test-Timer-0.05.tar.gz) = b5f833797d858951ef2392e2052c4c96c327ceac3407d238c6b16b511443ed9e
1
SHA256 (Test-Timer-0.08.tar.gz) = bde72fc209d71353f8188b0d02a822c8b152e8a4c3fbe5e626755203452b3686
2
SIZE (Test-Timer-0.05.tar.gz) = 9003
2
SIZE (Test-Timer-0.08.tar.gz) = 14679

Return to bug 189603