forked from Lainports/freebsd-ports
25 lines
526 B
Makefile
25 lines
526 B
Makefile
PORTNAME= pssh
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.3.5
|
|
PORTREVISION= 1
|
|
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 pep517
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lilydjwg
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|