1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/security/pssh/Makefile
Brooks Davis 40fd38b3e2 Fix bitrotted code.
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
2020-04-10 16:55:09 +00:00

22 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>