# -*- 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         AuthCAS 1.7 ../../authors/id/O/OS/OSALAUN
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         AuthCAS - Client library for JA-SIG CAS 2.0 authentication server
long_description    AuthCAS aims at providing a Perl API to JA-SIG Central Authentication System (CAS). \
                    Only a basic Perl library is provided with CAS whereas AuthCAS is a full object-oriented library.

platforms           {darwin any}

checksums           rmd160  544352e97e7914d9c55154be3aedb79457cd9e41 \
                    sha256  2222eb876642939238e73d17f5421116173bf3fcbc4d3a8f9cc5520b0f2a2f57

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-io-socket-ssl \
                    port:p${perl5.major}-libwww-perl

    supported_archs noarch
    perl5.use_module_build
}
