aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-DOM2
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-15 09:26:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-15 09:26:50 +0000
commit35c7d4cffbe139df3c3c7c63f1e0fe6cac6708a5 (patch)
tree56347c6e5c3548544808e56537694f823c52e05a /textproc/p5-XML-DOM2
parent8f4e31b51cd3d2401cf8b4138c37c3634503c2d8 (diff)
downloadports-35c7d4cffbe139df3c3c7c63f1e0fe6cac6708a5.tar.gz
ports-35c7d4cffbe139df3c3c7c63f1e0fe6cac6708a5.zip
Notes
Diffstat (limited to 'textproc/p5-XML-DOM2')
-rw-r--r--textproc/p5-XML-DOM2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-XML-DOM2/Makefile b/textproc/p5-XML-DOM2/Makefile
index c405a862ffea..4b3eea48bdea 100644
--- a/textproc/p5-XML-DOM2/Makefile
+++ b/textproc/p5-XML-DOM2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= XML-DOM2
PORTVERSION= 0.06
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= XML
@@ -26,6 +27,7 @@ MAN3= XML::DOM2::Attribute.3 XML::DOM2::Element.3 \
XML::DOM2::DOM::Document.3 XML::DOM2::Parser.3 \
XML::DOM2::Attribute::Namespace.3 XML::DOM2::XPath.3 \
XML::DOM2::DOM::NameSpace.3 XML::DOM2::Element::CDATA.3 \
- XML::DOM2::DOM::Element.3 XML::DOM2::Element::Comment.3
+ XML::DOM2::DOM::Element.3 XML::DOM2::Element::Comment.3 \
+ XML::DOM2::DOM::Attribute.3
.include <bsd.port.mk>