# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PHP_EXT_NAME="zmq" USE_PHP="php5-3 php5-4 php5-5 php5-6" inherit php-ext-source-r2 DESCRIPTION="PHP extension for 0MQ messaging system" HOMEPAGE="http://www.zeromq.org/bindings:php" SRC_URI="http://pecl.php.net/get/zmq-1.1.2.tgz" LICENSE="" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="net-libs/zeromq" RDEPEND=""