- needs at least perl5.6

PR:		79129
Submitted by:	Alex Kapranoff (maintainer)
This commit is contained in:
Cheng-Lung Sung 2005-04-03 01:43:31 +00:00
parent 4cc340e295
commit cce2d83f97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132300

View File

@ -25,6 +25,10 @@ OPTIONS= TEST_REPORTER "Send report to cpan-testers" off \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again
.endif
.if defined(WITH_TEST_REPORTER)
BUILD_DEPENDS+= ${SITE_PERL}/Test/Reporter.pm:${PORTSDIR}/devel/p5-Test-Reporter
RUN_DEPENDS+= ${SITE_PERL}/Test/Reporter.pm:${PORTSDIR}/devel/p5-Test-Reporter