summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-Pager/PEAR-Pager-2.5.1.ebuild
blob: 2d8816999d59c98b4d4df80decc67fe44028e5ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit php-pear-r2

DESCRIPTION="Data paging class"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
IUSE=""

RDEPEND=">=dev-lang/php-5.6.0:*"