blob: b4815d93ade026b0f5b8e7410b615bdbbf1e0047 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-FromText/HTML-FromText-2.05.ebuild,v 1.8 2005/05/01 17:48:50 slarti Exp $
inherit perl-module
DESCRIPTION="Convert plain text to HTML."
HOMEPAGE="http://search.cpan.org/~cwest/${P}/"
SRC_URI="mirror://cpan/authors/id/C/CW/CWEST/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="x86 ~ppc sparc alpha amd64 ~ia64"
IUSE=""
SRC_TEST="do"
DEPEND="dev-perl/HTML-Parser
dev-perl/Test-Simple
dev-perl/Exporter-Lite
>=dev-perl/Scalar-List-Utils-1.14
dev-perl/Email-Find"
|