# -*- 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         WWW-Form-UrlEncoded 0.26
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         WWW::Form::UrlEncoded - parser and builder for application/x-www-form-urlencoded
long_description    ${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  442f24eb4e1a1067f6e257bd7b2d23f7de489118 \
                    sha256  c0480b5f1f15b71163ec327b8e7842298f0cb3ace97e63d7034af1e94a2d90f4 \
                    size    15399

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-www-form-urlencoded-xs

    perl5.use_module_build
}
