summaryrefslogtreecommitdiff
blob: 2eaf704c437246c5129a11b72b4e3691a766cafc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"
PHP_EXT_NAME="bcompiler"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
USE_PHP="php5-3"
DOCS="README TODO"

inherit php-ext-pecl-r2

DESCRIPTION="PHP bytecode Compiler"
HOMEPAGE="http://pecl.php.net/package/bcompiler"

LICENSE="PHP-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""