summaryrefslogtreecommitdiff
path: root/dev-perl/IO-Tee/IO-Tee-0.660.0.ebuild
blob: ea63886c8d7b2c170abe04198f1dcf774ce2c0aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=NEILB
DIST_VERSION=0.66
inherit perl-module

DESCRIPTION="Multiplex output to multiple output handles"

SLOT="0"
KEYWORDS="~amd64 ~ia64 ppc sparc ~x86"

RDEPEND="
	virtual/perl-Carp
	virtual/perl-IO
	virtual/perl-parent
"
BDEPEND="
	virtual/perl-ExtUtils-MakeMaker
"