# -*- 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-Markdown 1.000031
revision            1
categories          perl textproc
license             BSD
maintainers         gmail.com:paul.totterman
description         Markdown text-to-HTML filter.
long_description    Markdown text-to-HTML filter. The text format is most \
			        similar to that of plain text email.

platforms           {darwin any}

checksums           rmd160  c5729937c61090f5474ce57c877fc4285d0f8c92 \
                    sha256  c191c6d5eceb8cb75c0565192360662d202d716bad07a233c4b329a4284dc71b

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

    patchfiles      patch-default-inc-excludes-dot.diff

    supported_archs noarch
}
