diff options
Diffstat (limited to 'math/polymake/Makefile')
-rw-r--r-- | math/polymake/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/polymake/Makefile b/math/polymake/Makefile index 55312ff415cd..193dc3bf8ab4 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -196,4 +196,10 @@ post-install-TESTS-on: test test: @cd ${WRKSRC} && HOME=${WRKDIR} perl/polymake --script run_testcases -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 504200 +BROKEN= polymake has not been checked for compatibility with perl 5.42 or newer +.endif + +.include <bsd.port.post.mk> |