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

EAPI=5

S="${WORKDIR}/zmq-${PV}"

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-${PV}.tgz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=net-libs/zeromq-2.1.0"