Tweak security/py-requests-credssp version 0.1.0
[dports.git] / security / py-requests-credssp / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       requests-credssp
4 PORTVERSION=    0.1.0
5 CATEGORIES=     security python
6 MASTER_SITES=   CHEESESHOP
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8
9 MAINTAINER=     rozhuk.im@gmail.com
10 COMMENT=        Authentication handler for using CredSSP with Python Requests
11
12 LICENSE=        ISCL
13
14 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
15                 ${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \
16                 ${PYTHON_PKGNAMEPREFIX}ntlm-auth>=0:security/py-ntlm-auth@${PY_FLAVOR}
17
18 NO_ARCH=        yes
19 USES=           python
20 USE_PYTHON=     autoplist distutils
21
22 .include <bsd.port.mk>