# -*- 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-FillInForm 2.22
license             {Artistic-1 GPL}
maintainers         nomaintainer

description         module for automatically filling HTML forms
long_description    This module automatically inserts data from a previous \
                    HTML form into the HTML input and select tags. It is a subclass of \
                    HTML::Parser and uses it to parse the HTML and insert the values \
                    into the form tags.

checksums           rmd160  e5d705721aef3f67b13a784326fecfa284ae62d3 \
                    sha256  10eee5f30e736342c25a24fa68704d7f4535f5a562922bb8d8cb85fb6d42a4d8 \
                    size    38303

platforms           {darwin any}
supported_archs     noarch

if {${perl5.major} != ""} {
    # html-parser is not listed in dependencies (we should report upstream)
    depends_lib-append \
                    port:p${perl5.major}-html-parser
}