mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-17 10:27:28 -07:00
16 lines
415 B
Bash
16 lines
415 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
inherit php-pear-r1
|
|
|
|
DESCRIPTION="Provides a simple interface for generating a stylesheet declaration"
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE="minimal"
|
|
RDEPEND=">=dev-php/PEAR-HTML_Common-1.2.4
|
|
!minimal? ( >=dev-php/PEAR-Services_W3C_CSSValidator-0.1.0
|
|
>=dev-php/phpunit-3.2.0 )"
|