net-im/telegram-desktop-bin: drop old
[gentoo.git] / dev-php / pecl-ps / pecl-ps-1.3.7-r1.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 PHP_EXT_NAME="ps"
7 USE_PHP="php5-6"
8
9 inherit php-ext-pecl-r3
10
11 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
12
13 DESCRIPTION="PHP extension for creating PostScript files"
14 LICENSE="PHP-2.02"
15 SLOT="0"
16 IUSE="examples"
17
18 DEPEND="dev-libs/pslib"
19 RDEPEND="${DEPEND}"