pkgsrc/devel/p5-Capture-Tiny/Makefile
wen 2f150e648a Update to 0.22
Upstream changes:
0.22      2013-03-27 15:50:29 America/New_York

  Documented:

  - Issue tracker is now github

0.21      2012-11-14 19:04:49 America/New_York

  Changed:

  - Skips tee and leak tests for closed STDIN on Perl prior to
    5.12 when PERL_UNICODE=D.  Documented lack of support as
    a known issue.

  - Isolated tee subprocesses from effects of PERL_UNICODE as a
    precaution (though this did not fix the above issue).

  - Improved layer detection for handles proxied due to being closed
    or tied.
2013-07-13 11:32:32 +00:00

18 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.16 2013/07/13 11:32:32 wen Exp $
DISTNAME= Capture-Tiny-0.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Capture-Tiny/
COMMENT= Capture STDOUT and STDERR from Perl, XS or external programs
LICENSE= apache-2.0
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Capture/Tiny/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"