# -*- 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         Pod-Markdown-Github 0.04
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Pod::Markdown::Github - Convert POD to Github's specific markdown
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  2e0f17e80d2d6156b5d96bf0ac93c88ea35ff1ee \
                    sha256  b37e2f009c4cce4924fb23ee43146e506722971bea6bced2dac15d080a3bc613 \
                    size    13465

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-differences

    depends_lib-append \
                    port:p${perl5.major}-pod-markdown

    supported_archs noarch
}
