pkgsrc/devel/p5-IPC-Cmd/Makefile
wiz 732c293253 Update to 0.90:
0.90 Mon Nov 18 15:08:15 GMT 2013

  Misc:
  * skip some problematic tests when PERL_CORE

0.88 Fri Nov 15 14:44:03 GMT 2013

  Misc:
  * skip some problematic tests on Cygwin

0.86 Mon Nov  4 14:09:42 GMT 2013

  Bug fixes:
  * run_forked: workaround absent CLOCK_MONOTONIC on OSX (Petya Kohts)
  * RT#89770 Patch to fix error reporting if command killed by signal
    (Ed Avis)
  * Make the false test more forgiving, for Solaris and other SVR*
    (bingos)

0.85_02 Thu Oct 10 13:59:34 BST 2013

  Bug Fixes:
  * run_forked: incomplete output more than buffer size

0.85_01 Thu Sep  5 20:30:51 BST 2013

  Enhancements:
  * run_forked() now uses Time::HiRes and Carp

0.84    Tue Aug  6 10:03:03 BST 2013

  Enhancements:
  * Lowered CPU usage for run_forked() (Petya Kohts)

  Bug Fixes:
  * RT#85912 Handle STDOUT/STDERR for run_forked()
    and coderefs (Petya Kohts)
  * RT#76901 fixed regression introduced in 0.78
    (Petya Kohts)
  * RT#70530 run_forked() now has a consistent
    API with run() (Petya Kohts)
  * Socket only used where needed (bingos)

  Misc:
  * Install into sitelib if >= v5.12.0

0.82    Sat Jun 29 22:11:22 BST 2013

* Typo fixes (David Steinbrunner)

0.80    Sat Mar  2 22:03:49 GMT 2013

* Use File::Spec->path instead of relying on
  Config (William Orr)
2013-12-02 12:04:33 +00:00

21 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.16 2013/12/02 12:04:33 wiz Exp $
DISTNAME= IPC-Cmd-0.90
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-Cmd/
COMMENT= Perl module for finding and running system commands
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/IPC/Cmd/.packlist
PERL5_REQD+= 5.10.0
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"