You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 KiB
Tcl
# -*- 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-ntlm-auth
|
|
version 1.5.0
|
|
revision 0
|
|
|
|
categories-append security
|
|
platforms {darwin any}
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
python.versions 310 311 312
|
|
|
|
maintainers nomaintainer
|
|
|
|
description Calculates NTLM Authentication codes
|
|
|
|
long_description The goal of this library is to offer full NTLM support \
|
|
including signing and sealing of messages as well as \
|
|
supporting MIC for message integrity and the ability to \
|
|
customise and set limits on the messages sent.
|
|
|
|
homepage https://github.com/jborean93/ntlm-auth
|
|
|
|
checksums rmd160 898989eefc29be237d1fc5dda4bbd3f4f574f355 \
|
|
sha256 c9667d361dc09f6b3750283d503c689070ff7d89f2f6ff0d38088d5436ff8543 \
|
|
size 28872
|