aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2008-12-09 15:53:28 +0800
committerskv <skv@FreeBSD.org>2008-12-09 15:53:28 +0800
commit8b34e22f70b92216302e7414b4eae36ed708b5b3 (patch)
treecd29e404df806919413f1658555dda68a94e5013 /devel
parent78cb20b39dee062043bd5a36774fbef884dc7282 (diff)
downloadfreebsd-ports-gnome-8b34e22f70b92216302e7414b4eae36ed708b5b3.tar.gz
freebsd-ports-gnome-8b34e22f70b92216302e7414b4eae36ed708b5b3.tar.zst
freebsd-ports-gnome-8b34e22f70b92216302e7414b4eae36ed708b5b3.zip
Specify required perl version in PERL_CONFIGURE
PR: ports/129065 Submitted by: skv Approved by: maintainer timeout
Diffstat (limited to 'devel')
-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>