# -*- 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         RPC-XML 0.82
revision            0
maintainers         nomaintainer
license             {Artistic-1 GPL}
platforms           {darwin any}
categories-append   textproc
description         A set of classes for core data, message and XML handling.

long_description    The RPC::XML package is an implementation of the \
                    XML-RPC standard.

checksums           rmd160  55c68d1c98432a17f334378a3b6a7a3eb31e7a6e \
                    sha256  5279eb0d136c533ff897f6934c3aad6f20504b997fb2606e52c5dbbd92758e73 \
                    size    225690

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-io-socket-ip


    depends_lib-append \
                    port:p${perl5.major}-datetime \
                    port:p${perl5.major}-datetime-format-iso8601 \
                    port:p${perl5.major}-libwww-perl \
                    port:p${perl5.major}-xml-libxml \
                    port:p${perl5.major}-xml-parser

    supported_archs noarch
}
