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 |