blob: 289d3f56b83409f4147b9e8f8c8a2bc238578fac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
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=""
|