1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/security/clusterssh/Makefile
David Thiel f9aa3887e7 Update to 3.28.
PR:		ports/148008
Submitted by:	ehaupt@
Feature safe:	yes
2010-06-22 22:38:41 +00:00

26 lines
620 B
Makefile

# New ports collection makefile for: clusterssh
# Date created: 2005-08-15
# Whom: David Thiel <lx@redundancy.redundancy.org>
#
# $FreeBSD$
#
PORTNAME= clusterssh
PORTVERSION= 3.28
CATEGORIES= security net
MASTER_SITES= SF/${PORTNAME}/1.%20ClusterSSH%20Series%203/${PORTVERSION}
MAINTAINER= lx@FreeBSD.org
COMMENT= Controls multiple hosts simultaneously via xterms and ssh
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \
${SITE_PERL}/X11/Protocol.pm:${PORTSDIR}/x11/p5-X11-Protocol
USE_PERL5= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/cssh
MAN1= cssh.1
.include <bsd.port.mk>