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

EAPI=8

DIST_A_EXT=tgz
DIST_AUTHOR=JPIERCE
DIST_VERSION=2.10
inherit perl-module

DESCRIPTION="Select a pager, optionally pipe it output if destination is a TTY"

SLOT="0"
KEYWORDS="~amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"

RDEPEND="
	virtual/perl-File-Spec
	dev-perl/File-Which
	virtual/perl-IO
	dev-perl/TermReadKey
"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
	test? (
		virtual/perl-Exporter
		>=virtual/perl-Test-Simple-0.880.0
		virtual/perl-File-Temp
	)
"