New package: perl-IPC-Run-0.90.

This commit is contained in:
Juan RP 2011-07-13 17:28:12 +02:00
parent c0825f66a4
commit 77dddfe405

View File

@ -0,0 +1,19 @@
# Template build file for 'perl-IPC-Run'.
pkgname=perl-IPC-Run
version=0.90
wrksrc="IPC-Run-$version"
distfiles="${CPAN_SITE}/IPC/IPC-Run-$version.tar.gz"
build_style=perl_module
short_desc="system() and background procs w/ piping, redirs, ptys"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://search.cpan.org/dist/IPC-Run/lib/IPC/Run.pm"
license="GPL-2"
checksum=2f0070e34e5a10e5e4e4efdb812b01c7e32919818d43a030d90ca34200902883
long_desc="
IPC::Run allows you to run and interact with child processes using files,
pipes, and pseudo-ttys. Both system()-style and scripted usages are
supported and may be mixed. Likewise, functional and OO API styles are
both supported and may be mixed."
noarch=yes
Add_dependency full perl