# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit perl-module eutils DESCRIPTION="Convert HTML to various Wiki markups." SRC_URI="mirror://cpan/authors/id/D/DI/DIBERRI/${P}.tar.gz" LICENSE="|| ( Artistic )" SLOT="0" KEYWORDS="x86" IUSE="" SRC_TEST="do" DEPEND="dev-perl/HTML-Tree dev-perl/URI perl-core/Getopt-Long" src_unpack(){ unpack ${A} cd ${S} epatch ${FILESDIR}/install-commandline.patch }