8006801240
kdcproxy is a WSGI module for proxying Kerberos KDC requests over HTTP and HTTPS. It is required by the upcoming FreeIPA server port. WWW: https://github.com/latchset/kdcproxy Sponsored by: Netzkommune GmbH
25 lines
622 B
Makefile
25 lines
622 B
Makefile
PORTNAME= kdcproxy
|
|
DISTVERSION= 1.1.0
|
|
CATEGORIES= security python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Kerberos KDC HTTP proxy WSGI module
|
|
WWW= https://github.com/latchset/kdcproxy
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|