Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Test-LectroTest |
8 |
PORTNAME= Test-LectroTest |
9 |
PORTVERSION= 0.3300 |
9 |
PORTVERSION= 0.3400 |
10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
12 |
MASTER_SITE_SUBDIR= Test |
12 |
MASTER_SITE_SUBDIR= Test |
Lines 22-27
Link Here
|
22 |
Test::LectroTest::Tutorial.3 Test::LectroTest::Compat.3 |
22 |
Test::LectroTest::Tutorial.3 Test::LectroTest::Compat.3 |
23 |
|
23 |
|
24 |
.include <bsd.port.pre.mk> |
24 |
.include <bsd.port.pre.mk> |
|
|
25 |
|
26 |
.if ${PERL_LEVEL} < 500600 |
27 |
IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again |
28 |
.endif |
25 |
|
29 |
|
26 |
.if ${PERL_LEVEL} < 500602 |
30 |
.if ${PERL_LEVEL} < 500602 |
27 |
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple |
31 |
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple |