aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Net-SAML
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-24 21:14:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-24 21:14:07 +0000
commit801c0113ea4afb0d3d75aa993f748e0ba31e9d0f (patch)
treeca500daa69658d1949789d950b1040f0fd1274c4 /security/p5-Net-SAML
parentd64499c326521df913fb146dd4f1816d78bb6b5c (diff)
downloadports-801c0113ea4afb0d3d75aa993f748e0ba31e9d0f.tar.gz
ports-801c0113ea4afb0d3d75aa993f748e0ba31e9d0f.zip
- Mark BROKEN on 8-CURRENT: does not like hexdump
Notes
Notes: svn path=/head/; revision=217443
Diffstat (limited to 'security/p5-Net-SAML')
-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>