summaryrefslogtreecommitdiff
path: root/misc/p5-App-MrShell/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2009-05-09 23:38:36 +0000
committerseb <seb@pkgsrc.org>2009-05-09 23:38:36 +0000
commitace3a0e0e74620345d9bc91bf0933eac5ded9d87 (patch)
tree4ae98e5b022441e82eb8c4d64200a25b123ec78d /misc/p5-App-MrShell/Makefile
parentd0e03fe8034fdd77090517b7741d810997defde3 (diff)
downloadpkgsrc-ace3a0e0e74620345d9bc91bf0933eac5ded9d87.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/p5-App-MrShell/Makefile')
-rw-r--r--misc/p5-App-MrShell/Makefile21
1 files changed, 21 insertions, 0 deletions
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"