blob: 8c5003458d5a17413d74b58e476231aeaa52848b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Template_IT/PEAR-HTML_Template_IT-1.3.0.ebuild,v 1.9 2014/05/17 14:01:15 ago Exp $
EAPI=5
inherit php-pear-r1
DESCRIPTION="Integrated Templates"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE=""
|