pkgsrc/devel/p5-IO-Capture/Makefile
jlam b57c2591bb Import IO::Capture-0.05 as devel/p5-IO-Capture.
IO::Capture defines an abstract base class that can be used to create
any number of useful sub-classes that capture output being sent on a
filehandle such as STDOUT or STDERR.  Several modules come with the
distribution that define sub-classes of IO::Capture to do just that,
i.e., capture STDOUT and STDERR.
2006-05-02 04:01:09 +00:00

15 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/05/02 04:01:09 jlam Exp $
DISTNAME= IO-Capture-0.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IO-Capture/
COMMENT= Perl modules to capture output to stdout and stderr
PERL5_PACKLIST= auto/IO/Capture/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"