mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Mark IGNORE for Perl < 5.6
PR: ports/100243 Submitted by: maintainer
This commit is contained in:
parent
b73b523622
commit
45d9062b84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167716
1 changed files with 7 additions and 1 deletions
|
@ -21,4 +21,10 @@ MAN3= XML::XPathEngine.3 XML::XPathEngine::Boolean.3 \
|
|||
XML::XPathEngine::Literal.3 XML::XPathEngine::NodeSet.3 \
|
||||
XML::XPathEngine::Number.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue