mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
f0ae809050
Changelog: https://github.com/lilydjwg/pssh/blob/v2.3.6/ChangeLog PR: 291946
25 lines
520 B
Makefile
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>
|