# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit perl-module MY_P=txt2html-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="txt2html is a Perl program that converts plain text to HTML" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://txt2html.sourceforge.net/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-lang/perl dev-perl/Getopt-ArgvFile perl-core/Getopt-Long perl-core/PodParser perl-core/File-Path dev-perl/YAML-Syck " RDEPEND="${DEPEND}" #src_install() { # doman blib/bindoc/txt2html.1 #}