PEAR-HTML_CSS-1.5.4-r1.ebuild 415 B

12345678910111213141516
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit php-pear-r1
  5. DESCRIPTION="Provides a simple interface for generating a stylesheet declaration"
  6. LICENSE="BSD"
  7. SLOT="0"
  8. KEYWORDS="~amd64 ~x86"
  9. IUSE="minimal"
  10. RDEPEND=">=dev-php/PEAR-HTML_Common-1.2.4
  11. !minimal? ( >=dev-php/PEAR-Services_W3C_CSSValidator-0.1.0
  12. >=dev-php/phpunit-3.2.0 )"