blob: 4dcdf4520e5fac88163cf5d04007ebcf0b7ea6fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 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.8 2004/07/14 17:48:40 agriffis 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="http://www.cpan.org/modules/by-authors/id/G/GD/GDR/${P}.tar.gz"
LICENSE="Artistic | GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc ~mips alpha ~hppa amd64 ia64"
IUSE=""
|