diff options
-rw-r--r-- | devel/p5-TheSchwartz/Makefile | 10 |
1 files 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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -IGNORE= requires Perl 5.8.0 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |