freebsd-ports/security/py-flask-kerberos/Makefile
Po-Chuan Hsieh 8efcc1c369
*: Fix build after 3232af1895 (www/py-flask PORTNAME change)
Approved by:	portmgr (blanket)
2023-12-01 14:39:02 +08:00

21 lines
529 B
Makefile

PORTNAME= Flask-Kerberos
PORTVERSION= 1.0.4
CATEGORIES= security www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= john@saltant.com
COMMENT= GSSAPI Negotiate HTTP authentication for Flask routes
WWW= https://github.com/mkomitee/flask-kerberos
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}kerberos>1.1.1:security/py-kerberos@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>