1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/security/pssh/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
383 B
Makefile

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>