pkgsrc/devel/p5-IPC-Cmd/Makefile
wen 8d083705fd Update to 0.78
Upstream changes:
Chnages for 0.78    Mon Apr 30 19:45:00 BST 2012
=================================================
* Use POSIX::_exit() instead of exit() in
  run_forked(). Reported by Mithun Ayachit
  [RT 76901]

Changes for 0.76    Mon Jan 30 11:30:53 GMT 2012
=================================================
* Make the empty arg stripping the default again,
  with option to override this behaviour.

Changes for 0.74    Mon Jan 30 10:24:30 GMT 2012
=================================================
* Applied patch from WATANABE Hiroaki [RT #74470]
  "Empty string cannot be passed to command"
* Resolved [RT #74373] reported by Randy Stauner
  "Compilation error when POSIX.pm fails to load"
2012-09-02 04:19:24 +00:00

22 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.12 2012/09/02 04:19:24 wen Exp $
DISTNAME= IPC-Cmd-0.78
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/IPC/Cmd/.packlist
PERL5_REQD+= 5.10.0
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"