# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: $ inherit perl-module CATEGORY="dev-perl" DESCRIPTION="Localization framework for Perl programs" LICENSE="Artistic | GPL-2" DEPEND="${DEPEND} >=dev-perl/I18N-LangTags-0.21" SRC_URI="http://www.cpan.org/modules/by-module/Locale/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Locale/${P}.readme" src_compile() { base_src_compile base_src_test || die "test failed" }