a2fd4cb0df
Patch provided by Martin Wilke via PR 34349. Changes: 0.80 - IPC::Run::IO now retries on certain "temporarily unavailable" errors. This should fix several reported issues with t/run.t, test 69. Many thanks to < Eric (at) Scratch Computing (.com) > for the patch! - Applied documentation patch from RT. - Fixed documentation to work with '<' redirect
18 lines
498 B
Makefile
18 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.12 2006/10/29 15:40:04 obache Exp $
|
|
|
|
DISTNAME= IPC-Run-0.80
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IPC-Run/
|
|
COMMENT= Perl module for interacting with child processes
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IPC/Run/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|