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

platforms           darwin

checksums           rmd160  6892165bc862be41bde168f9aa4b40a0e4eb7ad1 \
                    sha256  23ac64c4cb1c8b19dfd8e50f1bc92ade3be73f90b6b5dce2359f462f82617bec \
                    size    58858

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-json \
                    port:p${perl5.major}-module-build-tiny

    perl5.use_module_build
}
