diff --git a/srcpkgs/perl-IPC-Run/template b/srcpkgs/perl-IPC-Run/template
new file mode 100644
index 00000000000..e78da3140c7
--- /dev/null
+++ b/srcpkgs/perl-IPC-Run/template
@@ -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