Line 0
Link Here
|
|
|
1 |
# $FreeBSD: head/security/py-requests-credssp/Makefile$ |
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@${FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}ntlm-auth>=0:security/py-ntlm-auth@${FLAVOR} |
17 |
|
18 |
NO_ARCH= yes |
19 |
USES= python |
20 |
USE_PYTHON= autoplist distutils |
21 |
|
22 |
.include <bsd.port.mk> |