# -*- 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         HTML-Strip 2.12
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl extension for stripping HTML markup from text.
long_description    This module simply strips HTML-like markup from text \
                    in a very quick and brutal manner. It could quite \
                    easily be used to strip XML or SGML from text as \
                    well\; but removing HTML markup is a much more common \
                    problem, hence this module lives in the \
                    HTML::namespace.

checksums           rmd160  2bbe8dea50fba4ee4706270e57405d9753fdbdb9 \
                    sha256  19b04616b9e1ae8dccf7cd812b702b0c31db11247958889fc794f60ed6d5f525 \
                    size    15587

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