blob: a102ea8c2281e7d6487c1767d137033b0b6a5e36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-FromText/HTML-FromText-1.005.ebuild,v 1.11 2006/08/05 04:21:03 mcummings Exp $
inherit perl-module
DESCRIPTION="Mark up text as HTML"
HOMEPAGE="http://www.cpan.org/modules/by-authors/id/G/GD/GDR/${P}.readme"
SRC_URI="mirror://cpan/authors/id/G/GD/GDR/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="x86 ppc sparc ~mips alpha ~hppa amd64 ia64"
IUSE=""
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"
|