# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           XML-DOM 1.44
maintainers           narf_tm openmaintainer
description           A perl module for building DOM Level 1 compliant \
                      document structures
long_description      ${description}

platforms             darwin

checksums             md5 1ec2032a06e5762984f7a332c199c205 \
                      sha1 bea3dd8dbe83784e8de94c8cb8bc7febf665ffc6 \
                      rmd160 2810f00c3d6d493095e46250be7ad3e1c3c2ed1d

depends_lib-append    port:p5-libwww-perl \
                      port:p5-xml-parser \
                      port:p5-libxml-perl \
                      port:p5-xml-regexp

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
