# -*- 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 python 1.0 name py-pyspnego version 0.10.2 revision 0 categories-append supported_archs noarch platforms {darwin any} license MIT maintainers nomaintainer description Windows Negotiate Authentication Client and Server long_description {*}${description} homepage https://github.com/jborean93/pyspnego checksums rmd160 087c07c815ab4191cce92348e9042dc52097d672 \ sha256 9a22c23aeae7b4424fdb2482450d3f8302ac012e2644e1cfe735cf468fcd12ed \ size 222036 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-cryptography }