c18edea15b
PR: ports/150737 Submitted by: Mykola Dzham <i@levsha.me> (maintainer)
24 lines
469 B
Makefile
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.22
|
|
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>
|