mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
af208741d2
a shell script to execute commands on parallel hosts by ssh or rsh. PR: 52651 Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
22 lines
500 B
Makefile
22 lines
500 B
Makefile
# New ports collection makefile for: tentakel
|
|
# Date created: May 24, 2003
|
|
# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tentakel
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://unc.dl.sourceforge.net/sourceforge/tentakel/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= mchopra@engmail.uwaterloo.ca
|
|
COMMENT= A shell script to execute commands on parallel hosts by ssh or rsh
|
|
|
|
NO_BUILD= yes
|
|
MAN1= tentakel.1
|
|
|
|
.include <bsd.port.mk>
|