aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/p5-Net-SAML/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile
index 4627fa171838..e498ac9e3b73 100644
--- a/security/p5-Net-SAML/Makefile
+++ b/security/p5-Net-SAML/Makefile
@@ -32,4 +32,10 @@ post-install:
MAN3= Net::SAML.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800037
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>