pkgsrc/devel/p5-Capture-Tiny/Makefile
mef 2879673514 Update to 0.28
--------------
0.28      2015-02-11 06:39:51-05:00 America/New_York
  Tests:
  - Removes test that optionally uses Inline::C to avoid spurious
    test failures.  Also Inline::C had become a fairly heavy
    (if optional) dependency.

  Docs:
  - Clarify that PERL_CAPTURE_TINY_TIMEOUT is an internal control,
    not a timeout of the code reference being captured.
2015-02-12 04:58:56 +00:00

18 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.22 2015/02/12 04:58:56 mef Exp $
DISTNAME= Capture-Tiny-0.28
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
DEPENDS+= p5-Inline-C-[0-9]*:../../devel/p5-Inline-C
PERL5_PACKLIST= auto/Capture/Tiny/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"