mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
55 lines
2.0 KiB
Tcl
55 lines
2.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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup vlaci openconnect-sso 0.8.0 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 1
|
|
categories net
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers {danchr @danchr} openmaintainer
|
|
license GPL-3
|
|
|
|
description Azure AD support for OpenConnect
|
|
long_description Wrapper script for OpenConnect supporting Azure AD \
|
|
(SAMLv2) authentication to Cisco SSL-VPNs.
|
|
|
|
checksums rmd160 f2412443f2d92e37d6de0ec5ddd29cf93b26aa1e \
|
|
sha256 a6a95d71ca386d17d0ea30e2f21bcda8208fed72a41b0db75d0a6da5548c827f \
|
|
size 56767
|
|
|
|
python.versions 311
|
|
|
|
python.pep517 yes
|
|
python.pep517_backend \
|
|
poetry
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append port:openconnect \
|
|
port:py${python.version}-attrs \
|
|
port:py${python.version}-colorama \
|
|
port:py${python.version}-keyring \
|
|
port:py${python.version}-lxml \
|
|
port:py${python.version}-prompt_toolkit \
|
|
port:py${python.version}-pyqt5 \
|
|
port:py${python.version}-pyqt5-webengine \
|
|
port:py${python.version}-requests \
|
|
port:py${python.version}-structlog \
|
|
port:py${python.version}-toml \
|
|
port:py${python.version}-virtualenv \
|
|
port:py${python.version}-pyxdg
|
|
|
|
patch.pre_args-replace -p0 -p1
|
|
patchfiles poetry-core.diff
|
|
|
|
variant legacy description {Add patch that enables legacy redirection with OpenSSL 3} {
|
|
patchfiles-append \
|
|
legacy+redirect.diff
|
|
}
|