# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.21.ebuild,v 1.3 2006/01/13 17:59:07 mcummings Exp $ inherit perl-app MY_PV=${PV/21/20} MY_P="${PN}-${MY_PV}" S=${WORKDIR}/${MY_P} DESCRIPTION="Tools for helping translation of documentation" HOMEPAGE="http://${PN}.alioth.debian.org" SRC_URI="http://alioth.debian.org/download.php/984/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="x86" DEPEND="${DEPEND} dev-perl/SGMLSpm >=sys-devel/gettext-0.13 >=dev-perl/module-build-0.25 app-text/openjade dev-perl/Locale-gettext dev-perl/TermReadKey dev-perl/Text-WrapI18N" #src_compile() { #perl-module_src_compile #perl ${S}/Build build #}