mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
21 lines
484 B
Makefile
21 lines
484 B
Makefile
PORTNAME= sshuttle
|
|
DISTVERSION= 1.1.2
|
|
CATEGORIES= net python net-vpn
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Full-featured VPN over an SSH tunnel
|
|
WWW= https://github.com/sshuttle/sshuttle
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517 pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|