1 |
# Copyright 1999-2003 Gentoo Technologies, Inc. |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /home/cvsroot/gentoo-x86/dev-perl/i18n-langtags/i18n-langtags-0.27.ebuild,v 1.12 2003/06/21 21:36:44 drobbins Exp $ |
4 |
|
5 |
inherit perl-module |
6 |
|
7 |
MY_P=I18N-LangTags-${PV} |
8 |
S=${WORKDIR}/${MY_P} |
9 |
DESCRIPTION="RFC3066 language tag handling for Perl" |
10 |
SRC_URI="http://www.cpan.org/modules/by-module/I18N/${MY_P}.tar.gz" |
11 |
HOMEPAGE="http://www.cpan.org/modules/by-module/I18N/${MY_P}.readme" |
12 |
|
13 |
SLOT="0" |
14 |
LICENSE="Artistic | GPL-2" |
15 |
KEYWORDS="x86 amd64 ppc sparc alpha" |
16 |
|
17 |
src_compile() { |
18 |
perl-module_src_compile |
19 |
perl-module_src_test || die "test failed" |
20 |
} |