summaryrefslogtreecommitdiff
blob: dfbfce56abafadf122332c7586a812e634392a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/TextToHTML/TextToHTML-2.46.ebuild,v 1.1 2007/12/03 22:56:46 hd_brummy Exp $

inherit perl-module

DESCRIPTION="HTML::TextToHTML - convert plain text file to HTML"
SRC_URI="http://search.cpan.org/CPAN/authors/id/R/RU/RUBYKAT/txt2html-${PV}.tar.gz"
HOMEPAGE="http://search.cpan.org/~rubykat/txt2html-2.46"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"

SRC_TEST="do"

DEPEND="dev-lang/perl
		perl-core/Getopt-Long
		dev-perl/Getopt-ArgvFile"

S="${WORKDIR}/txt2html-${PV}"