summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2008-12-09 07:53:28 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2008-12-09 07:53:28 +0000
commit93efe30a9411da15e30b7948ff5f203a5d238278 (patch)
treeb1954aad9d1dcad5819c1395b9b32b127295edff
parentUpdate with multiple MASTER_SITES and remove unneeded quotes (diff)
Specify required perl version in PERL_CONFIGURE
PR: ports/129065 Submitted by: skv Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=224018
-rw-r--r--devel/p5-TheSchwartz/Makefile10
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>