diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-06-29 08:41:28 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-06-29 08:41:28 +0000 |
commit | e73962e1ee5c27af040685eb0b0d708c37e642be (patch) | |
tree | 00523a5babb4ee7cbbf2857675c653da87bcad00 /textproc | |
parent | 3f4b32767a3c92af5f4a363cd981b916735b7361 (diff) | |
download | ports-e73962e1ee5c27af040685eb0b0d708c37e642be.tar.gz ports-e73962e1ee5c27af040685eb0b0d708c37e642be.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Time-Human/Makefile | 8 |
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> |