mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Set IGNORE based on PERL_LEVEL instead of OSVERSION.
PR: ports/85017 Submitted by: Brent B. Powers <bbp2006@columbia.edu> (maintainer)
This commit is contained in:
parent
b4b502581f
commit
69c6401ce5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142048
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user