151f1b6bb5
Fix a few outstanding plist bugs. PR: ports/166509 [0] Submitted by: Paul Procacci <pprocacci at gmail.com> [0]
29 lines
552 B
Makefile
29 lines
552 B
Makefile
# Ports collection makefile for: pssh
|
|
# Date created: Mon Jul 2, 2007
|
|
# Whom: Brooks Davis <brooks@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pssh
|
|
PORTVERSION= 2.3.1
|
|
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= pnuke.1 prsync.1 pscp.1 pslurp.1 pssh.1
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PROJECTHOST= parallel-ssh
|
|
|
|
.include <bsd.port.mk>
|