From 8b34e22f70b92216302e7414b4eae36ed708b5b3 Mon Sep 17 00:00:00 2001 From: skv Date: Tue, 9 Dec 2008 07:53:28 +0000 Subject: Specify required perl version in PERL_CONFIGURE PR: ports/129065 Submitted by: skv Approved by: maintainer timeout --- devel/p5-TheSchwartz/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/devel/p5-TheSchwartz/Makefile b/devel/p5-TheSchwartz/Makefile index 56ec819fbbdc..9420a561f1b8 100644 --- a/devel/p5-TheSchwartz/Makefile +++ b/devel/p5-TheSchwartz/Makefile @@ -18,14 +18,8 @@ COMMENT= Reliable job queue RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Data/ObjectDriver.pm:${PORTSDIR}/devel/p5-Data-ObjectDriver -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN3= TheSchwartz.3 TheSchwartz::Job.3 TheSchwartz::Worker.3 -.include - -.if ${PERL_LEVEL} < 500800 -IGNORE= requires Perl 5.8.0 or later. Install lang/perl5.8 and try again -.endif - -.include +.include -- cgit