pkgsrc/sysutils/p5-SSH-Batch/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

32 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.13 2014/05/29 23:37:31 wiz Exp $
DISTNAME= SSH-Batch-0.029
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= sysutils net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AG/AGENT/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/SSH-Batch/
COMMENT= Cluster operations based on parallel SSH, set and interval arithmetic
LICENSE= original-bsd
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/SSH/Batch/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
REPLACE_PERL+= bin/atnodes
REPLACE_PERL+= bin/fornodes
REPLACE_PERL+= bin/key2nodes
REPLACE_PERL+= bin/tonodes
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
DEPENDS+= p5-IO-tty-[0-9]*:../../devel/p5-IO-Tty
DEPENDS+= p5-Net-OpenSSH>=0.34:../../security/p5-Net-OpenSSH
DEPENDS+= p5-Set-Scalar>=1.23:../../devel/p5-Set-Scalar
DEPENDS+= p5-Term-ReadKey>=2.30:../../devel/p5-Term-ReadKey
BUILD_DEPENDS+= p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"