aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-06-08 19:16:19 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-06-08 19:16:19 +0000
commit77325e9aef8d77d10c92b363c33a9ab0a5ec02f3 (patch)
tree0c2047c0c1d90d473e9698c76fc578f5325222fe /lang
parent3d0d492326a3a0ddf0d08450c56b2a3cee1fb393 (diff)
downloadports-77325e9aef8d77d10c92b363c33a9ab0a5ec02f3.tar.gz
ports-77325e9aef8d77d10c92b363c33a9ab0a5ec02f3.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/p5-Parse-Perl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/p5-Parse-Perl/Makefile b/lang/p5-Parse-Perl/Makefile
index 3a398eb2b6d1..a0585e04a330 100644
--- a/lang/p5-Parse-Perl/Makefile
+++ b/lang/p5-Parse-Perl/Makefile
@@ -20,4 +20,10 @@ TEST_DEPENDS= p5-Devel-Declare>=0:${PORTSDIR}/devel/p5-Devel-Declare \
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 502200
+BROKEN= Fails to build with Perl >= 5.22
+.endif
+
+.include <bsd.port.post.mk>