aboutsummaryrefslogtreecommitdiff
path: root/www/py-httpx-gssapi/Makefile
blob: 90f5cf8c9297c5e2778e7beeb8dbb8db65f01602 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	httpx-gssapi
PORTVERSION=	0.1.7
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dvl@FreeBSD.org
COMMENT=	Requests GSSAPI for HTTPX
WWW=		https://github.com/pythongssapi/httpx-gssapi

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx>0:www/py-httpx@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>