mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
2075313502
ChangeLog https://github.com/lilydjwg/pssh/blob/master/ChangeLog * switch to the most viable fork * Set MAINTAINER PR: 248208 Submitted by: timp87@gmail.com
23 lines
396 B
Makefile
23 lines
396 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pssh
|
|
PORTVERSION= 2.3.4
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= security net sysutils
|
|
|
|
MAINTAINER= timp87@gmail.com
|
|
COMMENT= Parallel version of OpenSSH and related tools
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= rsync:net/rsync
|
|
|
|
USES= python:3.5+
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lilydjwg
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
.include <bsd.port.mk>
|