blob: e8691193793be8483cc9d08b2e3b17f17a5dc4f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2006 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.1.ebuild,v 1.1 2006/09/29 06:16:03 sebastian Exp $
inherit php-pear-r1
DESCRIPTION="Parser to replace UBB style tags with their HTML equivalents."
LICENSE="PHP"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
|