pkgsrc/devel/p5-System-Command/Makefile
wen 1185770ece Update to 1.100
Upstream changes:
1.100 Sun Apr 14 2013
        [ENHANCEMENTS]
        - use a IPC::Run-based implementation on Win32
        - thanks to a lot of testing help from Christian Walde (MITHALDU)
          the test suite passes on Win32
        - while working on this, we established that kill 0, $pid is broken
          under Win32 (reported to the perl5-porters mailing-list via
          <op.wvi2ygw1ydyjqt@digitizedsqueak.lancs.ac.uk>)

1.09 Sun Dec  9 2012
        [ENHANCEMENTS]
        - list all dependencies and the github public repo in the META files
          (RT #81302)
        - use Symbol::gensym to create anonumous GLOBs (github #4)

1.08 Mon Nov 26 2012
        [ENHANCEMENTS]
        - remove a superfluous eval {} that was hiding open3 exception
          (RT #80171)
        - set a handler for the PIPE signal only if Perl knows about it
2013-07-02 14:47:19 +00:00

19 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/07/02 14:47:19 wen Exp $
DISTNAME= System-Command-1.100
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=System/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/System-Command/
COMMENT= Object for running system commands
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/System/Command/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"