mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
22 lines
541 B
Makefile
22 lines
541 B
Makefile
# Created by: John W. O'Brien <john@saltant.com>
|
|
|
|
PORTNAME= Flask-Kerberos
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= security www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= john@saltant.com
|
|
COMMENT= GSSAPI Negotiate HTTP authentication for Flask routes
|
|
|
|
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:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|