Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= Test-Script |
8 |
PORTNAME= Test-Script |
9 |
PORTVERSION= 1.03 |
9 |
PORTVERSION= 1.03 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= devel perl5 |
11 |
CATEGORIES= devel perl5 |
11 |
MASTER_SITES= CPAN |
12 |
MASTER_SITES= CPAN |
12 |
MASTER_SITE_SUBDIR= Test |
13 |
MASTER_SITE_SUBDIR= Test |
Lines 15-22
Link Here
|
15 |
MAINTAINER= lth@FreeBSD.org |
16 |
MAINTAINER= lth@FreeBSD.org |
16 |
COMMENT= Test::Script - Cross-platform basic tests for scripts |
17 |
COMMENT= Test::Script - Cross-platform basic tests for scripts |
17 |
|
18 |
|
|
|
19 |
RUN_DEPENDS= p5-IPC-Run3>=0.034:${PORTSDIR}/devel/p5-IPC-Run3 |
20 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
21 |
|
18 |
PERL_CONFIGURE= yes |
22 |
PERL_CONFIGURE= yes |
19 |
|
23 |
|
20 |
MAN3= Test::Script.3 |
24 |
MAN3= Test::Script.3 |
21 |
|
25 |
|
22 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.pre.mk> |
|
|
27 |
|
28 |
.if ${PERL_LEVEL} < 500808 |
29 |
BUILD_DEPENDS+= p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple |
30 |
.endif |
31 |
|
32 |
.include <bsd.port.post.mk> |