# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit perl-module DESCRIPTION="SQL::Translator is a group of Perl modules" HOMEPAGE="http://sqlfairy.sourceforge.net/" SRC_URI="http://search.cpan.org/CPAN/authors/id/J/JR/JROBINSON/${P}_01.tar.gz" LICENSE="GPL" KEYWORDS="x86" SLOT="0" RDEPEND="dev-perl/Class-DBI dev-perl/Class-MakeMethods dev-perl/Log-Log4perl dev-perl/Parse-RecDescent" DEPEND="${RDEPEND}" S=${WORKDIR}/${P}_01 ewarn "To read the manual run: perldoc SQL::Translator::Manual"