summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-ClearSilver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-ClearSilver/Makefile')
-rw-r--r--textproc/p5-Text-ClearSilver/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Text-ClearSilver/Makefile b/textproc/p5-Text-ClearSilver/Makefile
index 1758f900f90a..a8ca2c296ad0 100644
--- a/textproc/p5-Text-ClearSilver/Makefile
+++ b/textproc/p5-Text-ClearSilver/Makefile
@@ -19,4 +19,10 @@ TEST_DEPENDS= \
USES= perl5 gmake
USE_PERL5= configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 503700
+BROKEN= uses hidden Perl functions that are hidden after 5.37.0
+.endif
+
+.include <bsd.port.post.mk>