# -*- 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         Authen-Radius 0.33
revision            0
categories          perl
license             {Artistic-1 GPL}
maintainers         {mps @Schamschula} openmaintainer
description         The Authen::Radius module provides a simple class that allows you \
                    to send/receive Radius requests/responses to/from a Radius server.
long_description    {*}${description}
supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  c0954d1d91a15c0d2d7dc3ce2d23861aa974783e \
                    sha256  c15361fc905dcdc156e5126686123ec079f02ad0d24c87c2729eb153d02bf0ce \
                    size    51473

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-cpan-meta \
                    port:p${perl5.major}-extutils-install \
                    port:p${perl5.major}-pod-escapes \
                    port:p${perl5.major}-pod-simple \
                    port:p${perl5.major}-podlators \
                    port:p${perl5.major}-test-nowarnings

    depends_lib-append \
                    port:p${perl5.major}-data-hexdump \
                    port:p${perl5.major}-digest-md5 \
                    port:p${perl5.major}-getopt-long \
                    port:p${perl5.major}-io \
                    port:p${perl5.major}-net-ip \
                    port:p${perl5.major}-pathtools
}
