aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Time-Human
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2004-06-29 08:41:28 +0000
committerPeter Pentchev <roam@FreeBSD.org>2004-06-29 08:41:28 +0000
commite73962e1ee5c27af040685eb0b0d708c37e642be (patch)
tree00523a5babb4ee7cbbf2857675c653da87bcad00 /textproc/p5-Time-Human
parent3f4b32767a3c92af5f4a363cd981b916735b7361 (diff)
downloadports-e73962e1ee5c27af040685eb0b0d708c37e642be.tar.gz
ports-e73962e1ee5c27af040685eb0b0d708c37e642be.zip
Notes
Diffstat (limited to 'textproc/p5-Time-Human')
-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>