pkgsrc/parallel/pdsh/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

29 lines
672 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/05/29 23:37:14 wiz Exp $
#
DISTNAME= pdsh-2.29
PKGREVISION= 1
CATEGORIES= parallel
MASTER_SITES= http://pdsh.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= filip@joyent.com
HOMEPAGE= https://pdsh.googlecode.com/
COMMENT= High-performance, parallel remote shell utility
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= perl:run
REPLACE_PERL+= scripts/dshbak
CONFIGURE_ARGS+= --with-ssh
CONFIGURE_ARGS+= --with-dshgroups=${PKG_SYSCONFBASE}/dsh/group
CONFIGURE_ARGS+= --with-machines=${PKG_SYSCONFDIR}/machines
PKG_SYSCONFSUBDIR= ${PKGBASE}
.include "../../mk/bsd.pkg.mk"