40fd38b3e2
Drop maintainership. I don't use this port much as evidenced by the fact that one of these bugs was fixed in Arch Linux in 2016 (https://bugs.archlinux.org/task/46571). Submitted by: Jacob D Hunt MFH: 2020Q2
21 lines
389 B
Makefile
21 lines
389 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pssh
|
|
PORTVERSION= 2.3.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= security net sysutils
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Parallel versions of the openssh tools
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= rsync:net/rsync
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils concurrent optsuffix
|
|
|
|
.include <bsd.port.mk>
|