aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXML/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-LibXML/Makefile')
-rw-r--r--textproc/p5-XML-LibXML/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile
index b2b51792124d..00b5c1773775 100644
--- a/textproc/p5-XML-LibXML/Makefile
+++ b/textproc/p5-XML-LibXML/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-LibXML
-PORTVERSION= 1.40
+PORTVERSION= 1.50
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -21,14 +21,15 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2'
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= XML::LibXML.3 XML::LibXML::Attr.3 XML::LibXML::Boolean.3 \
XML::LibXML::CDATASection.3 XML::LibXML::Comment.3 \
- XML::LibXML::Document.3 XML::LibXML::DocumentFragment.3 \
- XML::LibXML::Dtd.3 XML::LibXML::Element.3 \
- XML::LibXML::Literal.3 XML::LibXML::Namespace.3 \
- XML::LibXML::Node.3 XML::LibXML::NodeList.3 \
- XML::LibXML::Number.3 XML::LibXML::SAX::Builder.3 \
+ XML::LibXML::DOM.3 XML::LibXML::Document.3 \
+ XML::LibXML::DocumentFragment.3 XML::LibXML::Dtd.3 \
+ XML::LibXML::Element.3 XML::LibXML::Literal.3 \
+ XML::LibXML::Namespace.3 XML::LibXML::Node.3 \
+ XML::LibXML::NodeList.3 XML::LibXML::Number.3 \
+ XML::LibXML::SAX.3 XML::LibXML::SAX::Builder.3 \
XML::LibXML::SAX::Generator.3 XML::LibXML::SAX::Parser.3 \
XML::LibXML::Text.3