# -*- 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         LWP-Authen-Wsse 0.05
maintainers         nomaintainer
categories-append   www
license             {Artistic-1 GPL}
description         Library for enabling X-WSSE authentication in LWP.
long_description    LWP::Authen::Wsse allows LWP to authenticate against \
                    servers that are using the X-WSSE authentication \
                    scheme, as required by the Atom Authentication API. \
                    \
                    The module is used indirectly through LWP, rather \
                    than including it directly in your code. The LWP \
                    system will invoke the WSSE authentication when it \
                    encounters the authentication scheme while attempting \
                    to retrieve a URL from a server.

checksums           rmd160 946da9337d1c120d080ef51ba89a2a307269c42a \
                    sha256 b2748fb27c93da77ef5b06fd8c2ddfc2fd0ce5fd58375a8906b2aafbfc21fbf2

platforms           {darwin any}

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

    patchfiles      patch-default-inc-excludes-dot.diff

    supported_archs noarch
}
