diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-06 04:57:19 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-06 04:57:19 +0000 |
commit | 69c6401ce5eb48d7b368950ec7d0e68501fbc827 (patch) | |
tree | d4d1197c02f63443e2be9a5606938428305d865a /net/p5-Net-HL7 | |
parent | b4b502581f0437d7897fbed9e79187a656fae8f6 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-HL7')
-rw-r--r-- | net/p5-Net-HL7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-HL7/Makefile b/net/p5-Net-HL7/Makefile index 9dfb71258ef2..8c35d4a25941 100644 --- a/net/p5-Net-HL7/Makefile +++ b/net/p5-Net-HL7/Makefile @@ -31,8 +31,8 @@ MAN3= Net::HL7.3 \ .include <bsd.port.pre.mk> -.if (${OSVERSION} < 500000) -IGNORE= Doesn't build on 4.x +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6 or better. Please install lang/perl5.8 and retry .endif post-install: |