aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-15 17:26:50 +0800
committerpav <pav@FreeBSD.org>2009-01-15 17:26:50 +0800
commitd20a3e9cad25c3b0472e14ea6642408a2172a594 (patch)
tree314a22f4c1c319dbb8c3cbc2d1e2db489d27c671 /textproc
parent14e71593b2527da0b01e332a6cf3b54b5f62899c (diff)
downloadfreebsd-ports-gnome-d20a3e9cad25c3b0472e14ea6642408a2172a594.tar.gz
freebsd-ports-gnome-d20a3e9cad25c3b0472e14ea6642408a2172a594.tar.zst
freebsd-ports-gnome-d20a3e9cad25c3b0472e14ea6642408a2172a594.zip
- Fix plist with perl 5.8.9
Diffstat (limited to 'textproc')
-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>