pkgsrc/devel/p5-Tee/Makefile
sno 4ff84ed941 The Tee distribution provides the ptee program, a pure Perl emulation of the
standard GNU tool tee. It is designed to be a platform-independent
replacement for operating systems without a native tee program. As with tee,
it passes input received on STDIN through to STDOUT while also writing a copy
of the input to one or more files. By default, files will be overwritten.

Unlike tee, ptee does not support ignoring interrupts, as signal handling is
not sufficiently portable.

The Tee module provides a convenience function that may be used in place of
system() to redirect commands through ptee.
2009-02-26 08:12:25 +00:00

23 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.1 2009/02/26 08:12:25 sno Exp $
#
DISTNAME= Tee-0.13
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/Tee/
COMMENT= Pure Perl emulation of GNU tee
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Tee/.packlist
DEPENDS+= p5-Probe-Perl>=0:../../devel/p5-Probe-Perl
DEPENDS+= p5-IPC-Run3>=0.033:../../devel/p5-IPC-Run3
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"