mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
28 lines
423 B
Makefile
28 lines
423 B
Makefile
COMMENT= VPN over an SSH tunnel
|
|
|
|
MODPY_DISTV= 1.3.2
|
|
DISTNAME= sshuttle-${MODPY_DISTV}
|
|
REVISION= 0
|
|
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
|
|
CATEGORIES= net security
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# LGPLv2.1+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= hatchling
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
BUILD_DEPENDS= textproc/py-sphinx
|
|
|
|
TEST_DEPENDS= devel/py-test-cov
|
|
|
|
.include <bsd.port.mk>
|