diff options
Diffstat (limited to 'net/py-sshtunnel/Makefile')
| -rw-r--r-- | net/py-sshtunnel/Makefile | 15 | 
1 files changed, 8 insertions, 7 deletions
| diff --git a/net/py-sshtunnel/Makefile b/net/py-sshtunnel/Makefile index d8238e11383e..f2336642f8a8 100644 --- a/net/py-sshtunnel/Makefile +++ b/net/py-sshtunnel/Makefile @@ -1,21 +1,22 @@  PORTNAME=	sshtunnel -PORTVERSION=	0.1.5 -PORTREVISION=	2 +PORTVERSION=	0.4.0  CATEGORIES=	net python  MASTER_SITES=	PYPI  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX} -MAINTAINER=	ports@FreeBSD.org -COMMENT=	Pure Python SSH tunnels -WWW=		https://pypi.org/project/sshtunnel/ +MAINTAINER=	sunpoet@FreeBSD.org +COMMENT=	Pure python SSH tunnels +WWW=		https://github.com/pahaz/sshtunnel  LICENSE=	MIT  LICENSE_FILE=	${WRKSRC}/LICENSE -RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=1.15.2:security/py-paramiko@${PY_FLAVOR} +BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=2.7.2:security/py-paramiko@${PY_FLAVOR}  USES=		python -USE_PYTHON=	autoplist concurrent distutils +USE_PYTHON=	autoplist concurrent pep517  NO_ARCH=	yes | 
