pkgsrc/devel/p5-System-Command/Makefile
mef 5df1b1c811 Updated devel/p5-System-Command to 1.118
----------------------------------------
1.118 Thu Jun 2 2016
    [ENHANCEMENTS]
    - Avoid calling waitpid() more than necessary in _reap()
    - Close all pipes when loop_on() ends successfully, and avoid a warning
      when the exit value is not available
    [TESTS]
    - Fix t/20-zombie.t, which was broken in Strawberry Perl (viviparous)

1.117 Sun Jan 17 2016
    [ENHANCEMENT]
    - New method loop_on() allows to run callbacks on the output/errput

1.116 Sun Jan 3 2016
    [BUG FIX]
    - Fix for the 'interactive' option (RKINYON)
    [COMPATIBILITY]
    - Remove a warning that was showing up under Perl 5.6
2016-06-18 20:25:22 +00:00

17 lines
488 B
Makefile

# $NetBSD: Makefile,v 1.16 2016/06/18 20:25:22 mef Exp $
DISTNAME= System-Command-1.118
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}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/System/Command/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"