mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
14 lines
412 B
Bash
14 lines
412 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
inherit php-pear-r1
|
|
|
|
DESCRIPTION="An extremely powerful Tokenizer driven Template engine"
|
|
LICENSE="PHP-2.02"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
|
|
IUSE="minimal"
|
|
RDEPEND="!minimal? ( >=dev-php/PEAR-HTML_Javascript-1.1.0-r1
|
|
dev-php/PEAR-File_Gettext
|
|
dev-php/PEAR-Translation2 )"
|