diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-09-06 04:57:19 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-09-06 04:57:19 +0000 |
commit | f96478df49a9c8b28c5b41ddd7d627c433174681 (patch) | |
tree | 65e6261cf558bb734ac63a091d4863064ca08773 /net/p5-Net-HL7 | |
parent | 355b82c49db64166050b106a1f7ae4fb0536a4ef (diff) | |
download | FreeBSD-ports-f96478df49a9c8b28c5b41ddd7d627c433174681.zip FreeBSD-ports-f96478df49a9c8b28c5b41ddd7d627c433174681.tar.gz |
Set IGNORE based on PERL_LEVEL instead of OSVERSION.
PR: ports/85017
Submitted by: Brent B. Powers <bbp2006@columbia.edu> (maintainer)
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 9dfb712..8c35d4a 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: |