aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2004-06-29 16:41:28 +0800
committerroam <roam@FreeBSD.org>2004-06-29 16:41:28 +0800
commita4ac738e4e77b239bd3abca5fe7ec6d87e45b771 (patch)
treeae14513b1a09c12c584bc4ecef301744aeaa4991 /textproc
parentdd844472483e0da3f765d3622f459c9c32b88506 (diff)
downloadfreebsd-ports-gnome-a4ac738e4e77b239bd3abca5fe7ec6d87e45b771.tar.gz
freebsd-ports-gnome-a4ac738e4e77b239bd3abca5fe7ec6d87e45b771.tar.zst
freebsd-ports-gnome-a4ac738e4e77b239bd3abca5fe7ec6d87e45b771.zip
Mark as broken on Perl 5.005; I'll figure this out in a while.
And there was I, happily committing the port on Friday, pretty sure that I've tested a new Perl module port on 4.x... apparently it was something entirely different :( Reported by: gohan via kris Pointy hat to: myself
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Time-Human/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Time-Human/Makefile b/textproc/p5-Time-Human/Makefile
index f40ec8d53de5..9e4e5e20e800 100644
--- a/textproc/p5-Time-Human/Makefile
+++ b/textproc/p5-Time-Human/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= Time::Human.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+BROKEN= Does not build with Perl 5.005.
+.endif
+
+.include <bsd.port.post.mk>