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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         XML-Writer 0.606
maintainers         email.arc.nasa.gov:sal
description         Perl extension for writing XML documents.
long_description    A helper module for Perl programs that write an XML \
                    document. The module handles all escaping for attribute \
                    values and character data and constructs different types \
                    of markup, such as tags, comments, and processing \
                    instructions.

platforms           darwin

checksums           md5 178895f6b011594f425d0a2aef0ee069 \
                    sha1 2b51487877a59a247c73164211783eddfb322fb3 \
                    rmd160 c83cbab5d06b6df1af030e093165a9556f8c952f

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