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

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Text-Quoted 2.05
maintainers		nomaintainer
description		Extract the structure of a quoted mail message
long_description \
                Text::Quoted examines the structure of some text which may \
                contain multiple different levels of quoting, and turns the \
                text into a nested data structure.

checksums       md5     f7aca30c32c2a27ce15a2928a45c9f22 \
                sha1    53486e42a9a464a410763a6e0886b6bc18c273b7 \
                rmd160  b2c9f91839c935a16c62ac9b1f03283dcc0f64bd

platforms		darwin
depends_lib-append	port:p5-text-autoformat

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