blob: 3bfce21b402c8ac6dc96cc0cf4b452acb041d965 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Javascript/PEAR-HTML_Javascript-1.1.0.ebuild,v 1.3 2004/06/25 01:18:21 agriffis Exp $
inherit php-pear
IUSE=""
DESCRIPTION="Provides an interface for creating simple JS scripts within PHP"
LICENSE="PHP"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc alpha"
|