# -*- 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         GSSAPI 0.28 ../by-authors/id/A/AG/AGROLMS/
revision            3
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         Perl extension providing access to the GSSAPIv2 library.

long_description    This module gives access to the routines of the \
                    GSSAPI library, as described in rfc2743 and rfc2744 \
                    and implemented by the Kerberos-1.2 distribution \
                    from MIT.

checksums           sha1    c857485532e92e266a75b56ed247284f94b2d3d4 \
                    rmd160  849d01d39851ec2726559d4f2b92832758a333ad

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:kerberos5
}
