1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/security/pssh/Makefile
Brooks Davis 7b81defd3b Upgrade to 1.4.3 which fixes all of the bugs I had patched around and more.
Prodded by:	Michael <postmaster at softsearch dot ru> (ages ago),
		portscout (via miwi)
2009-02-13 20:11:13 +00:00

34 lines
683 B
Makefile

# Ports collection makefile for: pssh
# Date created: Mon Jul 2, 2007
# Whom: Brooks Davis <brooks@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pssh
PORTVERSION= 1.4.3
CATEGORIES= security net sysutils
MASTER_SITES= http://www.theether.org/pssh/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
MAINTAINER= brooks@FreeBSD.org
COMMENT= Parallel versions of the openssh tools
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
USE_PYTHON= YES
USE_PYDISTUTILS=easy_install
FIX_PYPATH= bin/pnuke \
bin/prsync \
bin/pscp \
bin/pslurp \
bin/pssh
post-patch:
${REINPLACE_CMD} -e 's|#!/usr/bin/env python|#!${PYTHON_CMD}|' \
${FIX_PYPATH:S/^/${WRKSRC}\//}
.include <bsd.port.mk>