diff options
Diffstat (limited to 'textproc/p5-XML-Stream/Makefile')
-rw-r--r-- | textproc/p5-XML-Stream/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile index b3d5e9021faa..7fa895725f50 100644 --- a/textproc/p5-XML-Stream/Makefile +++ b/textproc/p5-XML-Stream/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Stream -PORTVERSION= 1.15 +PORTVERSION= 1.17 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -21,15 +21,14 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= XML::Stream.3 XML::Stream::Hash.3 XML::Stream::Namespace.3 \ +MAN3= XML::Stream.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.pre.mk> .if ${PERL_LEVEL} < 500600 -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 +IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> |