Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Test-Harness |
8 |
PORTNAME= Test-Harness |
9 |
PORTVERSION= 2.38 |
9 |
PORTVERSION= 2.40 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
12 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
13 |
MASTER_SITE_SUBDIR= Test |
12 |
MASTER_SITE_SUBDIR= Test |
Lines 17-22
Link Here
|
17 |
COMMENT= Run perl standard test scripts with statistics |
16 |
COMMENT= Run perl standard test scripts with statistics |
18 |
|
17 |
|
19 |
PERL_CONFIGURE= yes |
18 |
PERL_CONFIGURE= yes |
|
|
19 |
INSTALL_TARGET= pure_install |
20 |
|
20 |
|
21 |
MAN1= prove.1 |
21 |
MAN1= prove.1 |
22 |
MAN3= Test::Harness.3 Test::Harness::Assert.3 \ |
22 |
MAN3= Test::Harness.3 Test::Harness::Assert.3 \ |
Lines 28-35
Link Here
|
28 |
.include <bsd.port.pre.mk> |
28 |
.include <bsd.port.pre.mk> |
29 |
|
29 |
|
30 |
.if ${PERL_LEVEL} < 500601 |
30 |
.if ${PERL_LEVEL} < 500601 |
31 |
BUILD_DEPENDS= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser |
31 |
BUILD_DEPENDS= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser |
32 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
32 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
33 |
.endif |
33 |
.endif |
34 |
|
34 |
|
35 |
.include <bsd.port.post.mk> |
35 |
.include <bsd.port.post.mk> |