# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # /space/gentoo/cvsroot/gentoo-x86/dev-perl/I18N-LangTags/I18N-LangTags-0.27.ebuild,v 1.2 2002/05/21 18:14:07 danarmak Exp inherit perl-module CATEGORY="dev-perl" DESCRIPTION="RFC3066 language tag handling for Perl" LICENSE="Artistic | GPL-2" SRC_URI="http://www.cpan.org/modules/by-module/I18N/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/I18N/${P}.readme" src_compile() { base_src_compile base_src_test || die "test failed" }