1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/security/pssh/Makefile
Fernando Apesteguía 2075313502 security/pssh: update to 2.3.4
ChangeLog https://github.com/lilydjwg/pssh/blob/master/ChangeLog

* switch to the most viable fork
* Set MAINTAINER

PR:	248208
Submitted by:	timp87@gmail.com
2020-08-07 18:41:57 +00:00

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>