View | Details | Raw Unified | Return to bug 252083
Collapse All | Expand All

(-)b/devel/py-snitun/Makefile (+21 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	snitun
4
PORTVERSION=	0.20
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	rozhuk.im@gmail.com
10
COMMENT=	SNI proxy with TCP multiplexer
11
12
LICENSE=	GPLv3
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR}
17
18
USES=		python:3.5+
19
USE_PYTHON=	distutils autoplist
20
21
.include <bsd.port.mk>
(-)b/devel/py-snitun/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1606003824
2
SHA256 (snitun-0.20.tar.gz) = c74f4ff82f8e106859652d0f7207e0533137742ab300693198909b37c097c27b
3
SIZE (snitun-0.20.tar.gz) = 13347
(-)b/devel/py-snitun/pkg-descr (+3 lines)
Added Link Here
1
End-to-End encryption with SNI proxy on top of a TCP multiplexer
2
3
WWW: https://github.com/NabuCasa/snitun

Return to bug 252083