diff options
author | seb <seb@pkgsrc.org> | 2009-05-09 23:38:36 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-05-09 23:38:36 +0000 |
commit | e23e4f23e99d4e686a73b839f6e69048c1a39782 (patch) | |
tree | 4ae98e5b022441e82eb8c4d64200a25b123ec78d /misc | |
parent | 7ecde18c0e4888b2c919509f71d91d300c6135cf (diff) | |
download | pkgsrc-e23e4f23e99d4e686a73b839f6e69048c1a39782.tar.gz |
Initial import of p5-App-MrShell version 2.0200 in the NetBSD
Packages Collection.
mrsh - Mr. Shell runs a command on multiple hosts and returns results
meaningfully.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-App-MrShell/DESCR | 2 | ||||
-rw-r--r-- | misc/p5-App-MrShell/Makefile | 21 | ||||
-rw-r--r-- | misc/p5-App-MrShell/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/misc/p5-App-MrShell/DESCR b/misc/p5-App-MrShell/DESCR new file mode 100644 index 00000000000..355c40f470c --- /dev/null +++ b/misc/p5-App-MrShell/DESCR @@ -0,0 +1,2 @@ +mrsh - Mr. Shell runs a command on multiple hosts and returns results +meaningfully. diff --git a/misc/p5-App-MrShell/Makefile b/misc/p5-App-MrShell/Makefile new file mode 100644 index 00000000000..cf3e5d80172 --- /dev/null +++ b/misc/p5-App-MrShell/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/05/09 23:38:36 seb Exp $ + +DISTNAME= App-MrShell-2.0200 +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 + +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" diff --git a/misc/p5-App-MrShell/distinfo b/misc/p5-App-MrShell/distinfo new file mode 100644 index 00000000000..101e723c209 --- /dev/null +++ b/misc/p5-App-MrShell/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/05/09 23:38:36 seb Exp $ + +SHA1 (App-MrShell-2.0200.tar.gz) = 062724500dd58b34f6ba589169d8085ffce90fa4 +RMD160 (App-MrShell-2.0200.tar.gz) = 57788440803898f6a10a324efca59c34a177b622 +Size (App-MrShell-2.0200.tar.gz) = 14127 bytes |