Line 0
Link Here
|
|
|
1 |
# $FreeBSD: head/security/py-requests_ntlm/Makefile$ |
2 |
|
3 |
PORTNAME= requests_ntlm |
4 |
PORTVERSION= 1.1.0 |
5 |
CATEGORIES= security python |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
9 |
MAINTAINER= rozhuk.im@gmail.com |
10 |
COMMENT= NTLM authentication support for Requests |
11 |
|
12 |
LICENSE= ISCL |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3:security/py-cryptography@${FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}ntlm-auth>=1.0.2:security/py-ntlm-auth@${FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${FLAVOR} |
18 |
|
19 |
NO_ARCH= yes |
20 |
USES= python |
21 |
USE_PYTHON= autoplist distutils |
22 |
|
23 |
.include <bsd.port.mk> |