# -*- 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         Captcha-reCaptcha 0.99
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         A Perl implementation of the reCAPTCHA API
long_description    ${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  b194722086433d4a37e4b71196359a32c207357a \
                    sha256  b8923576601166ede3f7f2f2ff55ff6e3c3bce70e69f365a51ed3be8cca44392

worksrcdir          ${perl5.module}

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