blob: c4ac7dc06efc8b44b6873fe800255d539aa196c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_BBCodeParser/PEAR-HTML_BBCodeParser-1.2.2.ebuild,v 1.1 2007/08/18 17:06:22 hoffie Exp $
inherit php-pear-r1
DESCRIPTION="Parser to replace UBB style tags with their HTML equivalents."
LICENSE="PHP"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-php/PEAR-PEAR-1.5.4"
|