1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
2025-12-26 20:53:52 +03:00

25 lines
520 B
Makefile

PORTNAME= pssh
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.6
CATEGORIES= security net sysutils
MAINTAINER= timp87@gmail.com
COMMENT= Parallel version of OpenSSH and related tools
WWW= https://github.com/lilydjwg/pssh
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= rsync:net/rsync
USES= python
USE_PYTHON= autoplist noflavors pep517
USE_GITHUB= yes
GH_ACCOUNT= lilydjwg
NO_ARCH= yes
.include <bsd.port.mk>