pkgsrc/devel/p5-IPC-Run3/Makefile
rhaen 0008f4da35 - updated to 0.040
ChangeLog:
0.040	2007-12-26
	major rewrite of pod:
	  - describe all possible forms of redirectors
	  - list available options
	  - explain how run3() works
	fix #31343 by using the three argument form of open() for files;
	  unfortunately that isn't available before Perl 5.6.0,
	  hence "use 5.006_00"; also use lexical filehandles everywhere
	implement options append_{stdout,stderr}; add test cases
	edit META.yml so that the profiling modules IPC::Run3::Prof*
	  (which aren't of general use) won't show on CPAN
2008-02-06 15:25:28 +00:00

20 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/02/06 15:25:28 rhaen Exp $
#
DISTNAME= IPC-Run3-0.040
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/
COMMENT= IPC::Run3 - run a subprocess in batch mode
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes
PERL5_PACKLIST= auto/IPC/Run3/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"