XML::Stream needs IO::Select > 1.13.
PR: ports/47395 Submitted by: Erwin Lansing <erwin@lansing.dk> (maintainer)
This commit is contained in:
parent
e605a333e0
commit
37b04775b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74007
1 changed files with 8 additions and 1 deletions
|
@ -25,4 +25,11 @@ MAN3= XML::Stream.3 XML::Stream::Hash.3 XML::Stream::Namespace.3 \
|
|||
XML::Stream::Parser.3 XML::Stream::Parser::DTD.3 \
|
||||
XML::Stream::Tree.3 XML::Stream::Node.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000 && !exists(${SITE_PERL}/${PERL_ARCH}/IO/Select.pm)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Select.pm:${PORTSDIR}/devel/p5-IO
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Select.pm:${PORTSDIR}/devel/p5-IO
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue