mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
7eeab3d6e6
PR: ports/154568 Submitted by: Ruslan Mahmatkhanov
30 lines
519 B
Makefile
30 lines
519 B
Makefile
# Ports collection makefile for: pssh
|
|
# Date created: Mon Jul 2, 2007
|
|
# Whom: Brooks Davis <brooks@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pssh
|
|
PORTVERSION= 2.2.2
|
|
CATEGORIES= security net sysutils
|
|
MASTER_SITES= GOOGLE_CODE \
|
|
LOCAL/brooks
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
COMMENT= Parallel versions of the openssh tools
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
|
|
|
MAN1= pssh.1
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PROJECTHOST= parallel-ssh
|
|
|
|
.include <bsd.port.mk>
|