aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Scalar-Util-Clone
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2009-03-28 20:45:10 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2009-03-28 20:45:10 +0000
commit1a9ef9fa6754e0c0f087f4e7a76e65029a75941c (patch)
treee0596dfc5254e65a6f3de0b5eb6d25f4ad08a7d0 /devel/p5-Scalar-Util-Clone
parent0804fca67c5eda2be61329599da40c5734b4d634 (diff)
downloadports-1a9ef9fa6754e0c0f087f4e7a76e65029a75941c.tar.gz
ports-1a9ef9fa6754e0c0f087f4e7a76e65029a75941c.zip
Introduce Perl 5.10.0
Notes
Notes: svn path=/head/; revision=231213
Diffstat (limited to 'devel/p5-Scalar-Util-Clone')
-rw-r--r--devel/p5-Scalar-Util-Clone/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/p5-Scalar-Util-Clone/Makefile b/devel/p5-Scalar-Util-Clone/Makefile
index d8aea7563db5..5f3880b29992 100644
--- a/devel/p5-Scalar-Util-Clone/Makefile
+++ b/devel/p5-Scalar-Util-Clone/Makefile
@@ -24,4 +24,11 @@ MAN3= Scalar::Util::Clone.3
post-extract:
@${PERL} -pi -e '$$_ = undef if /''OPTIMIZE''/' ${WRKSRC}/Makefile.PL
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 501000
+# see http://rt.cpan.org/Public/Bug/Display.html?id=33501
+BROKEN= Does not build with perl >= 5.10
+.endif
+
+.include <bsd.port.post.mk>