# -*- 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-TableExtract 2.15
license             {Artistic-1 GPL}
categories          perl
maintainers         nomaintainer
description         Perl Module that extracts information from tables.
long_description    This is a module based on HTML::Parser that serves \
                    to extract information contained in tables from HTML \
                    documents.

checksums           rmd160  085fbda370af748f8343b507413226a0172140d3 \
                    sha256  86c59c9d58da3ca174da5e62f5a0fb02f4da02b1b1e01df9e5d14bb65e4c3ecf

platforms           {darwin any}

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

    supported_archs noarch
}

