# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup perl5     1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Text-Quoted 2.10
license             {Artistic-1 GPL}
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           rmd160  51220e49ba0093d1387f47618444aa94d0ab1c4e \
                    sha256  081bf95ec9220af26cec89161e61bf73f9fbcbfeee1d9af15139e5d7b708f445 \
                    size    26498

platforms           {darwin any}

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-text-autoformat

    supported_archs noarch
}
