16 lines
324 B
Bash
16 lines
324 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI="4"
|
|
|
|
inherit php-pear-r1
|
|
|
|
DESCRIPTION="Provides an object oriented interface for the W3 CSS Validator"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND=">=dev-php/PEAR-HTTP_Request2-0.2.0"
|