blob: b35af820a0266c618ca9c334c358bd8587b1207c (
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-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/YAML/YAML-1.0.6.ebuild,v 1.4 2013/06/23 13:52:42 jer Exp $
EAPI=4
PEAR_PV="1.0.6"
PHP_PEAR_PKG_NAME="YAML"
inherit php-pear-r1
DESCRIPTION="The Symfony YAML Component."
HOMEPAGE="pear.symfony-project.com"
SRC_URI="http://pear.symfony-project.com//get/YAML-1.0.6.tgz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 hppa x86"
IUSE=""
DEPEND=">=dev-lang/php-5.2.4
>=dev-php/pear-1.4.1"
RDEPEND="${DEPEND}"
|