# -*- 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-Trac 0.24
maintainers         nomaintainer
description         Perl extension for formatting text with Trac Wiki Style.
license             {Artistic-1 GPL}

long_description    ${description}

platforms           {darwin any}

checksums           rmd160  f58ddea21cf4ea296b12bc6cdb2d77cacb74f934 \
                    sha256  c1161b0ed16b97428befb36d3b06646f110a0e2360551613b1d0de3c656115c3 \
                    size    89997

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-test-base \
                    port:p${perl5.major}-universal-require \
                    port:p${perl5.major}-class-accessor \
                    port:p${perl5.major}-class-data-inheritable \
                    port:p${perl5.major}-tie-ixhash \
                    port:p${perl5.major}-list-moreutils \
                    port:p${perl5.major}-html-parser \
                    port:p${perl5.major}-path-tiny

    supported_archs noarch
}
