2aaf39dbdb
Upstream changes: 2.0207: Fri Jan 08 2010 - Dennis Boone was kind enough to not only point out a serious bug in the ssh command token processing, but find and fix it (http://is.gd/5UxgX). Thanks!! 2.0205: Wed Jul 08 2009 - Doc bugs (very indirectly) found by Hans Dieter Pearcey - added perl critic and Test::Pod - fix bugs (as in wrongful code execution) found by critic.t - fixed many punctuation problems found by critic.t
22 lines
613 B
Makefile
22 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/03/16 10:08:22 sno Exp $
|
|
|
|
DISTNAME= App-MrShell-2.0207
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/App-MrShell/
|
|
COMMENT= Mr. Shell runs a command on multiple hosts
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/App/MrShell/.packlist
|
|
|
|
DEPENDS+= p5-Config-Tiny-[0-9]*:../../devel/p5-Config-Tiny
|
|
DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|