freebsd-ports/sysutils/pdsh/Makefile
Andrej Zverev cc36258c9f Pdsh is a an efficient, multithreaded remote shell client which executes
commands on multiple remote hosts in parallel. Pdsh implements dynamically
loadable modules for extended functionality such as new remote shell services
and remote host selection

PR:		ports/144601
Submitted by:	Mykola Dzham <i@levsha.me>
Feature safe:	yes
2010-03-10 17:55:09 +00:00

24 lines
469 B
Makefile

# New ports collection makefile for: sysutils/pdsh
# Date created: 2010-03-09
# Whom: Mykola Dzham <i@levsha.me>
#
# $FreeBSD$
#
PORTNAME= pdsh
PORTVERSION= 2.18
CATEGORIES= sysutils
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= i@levsha.me
COMMENT= Parallel Distributed Shell
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_PERL5_BUILD= yes
MAN1= dshbak.1 pdcp.1 pdsh.1
MLINKS= pdcp.1 rpdcp.1
.include <bsd.port.mk>