Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= smbprotocol |
4 |
PORTVERSION= 0.2.0 |
5 |
CATEGORIES= net python |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
9 |
MAINTAINER= rozhuk.im@gmail.com |
10 |
COMMENT= Interact with a server using the SMB 2/3 Protocol |
11 |
|
12 |
LICENSE= MIT |
13 |
|
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.0:security/py-cryptography@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}ntlm-auth>=1.2.0:security/py-ntlm-auth@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}gssapi>=1.4.1:security/py-gssapi@${PY_FLAVOR} |
19 |
|
20 |
USES= python |
21 |
USE_PYTHON= autoplist concurrent distutils |
22 |
|
23 |
NO_ARCH= yes |
24 |
|
25 |
.include <bsd.port.mk> |