mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
30 lines
559 B
Bash
30 lines
559 B
Bash
# 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"
|
|
|
|
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
|
|
)
|
|
"
|