9cc0c5e45d
pkglint -Wall -F --only aligned --only indent -r Manually excluded consolekit and dc-tools since pkglint didn't get the formatting correct.
32 lines
1 KiB
Makefile
32 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.21 2019/11/04 21:28:50 rillig Exp $
|
|
|
|
DISTNAME= SSH-Batch-0.030
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= sysutils net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AG/AGENT/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/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"
|