blob: 7ff678342c3da24d6cdea09a30a23eacdec47222 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
inherit perl-module
S=${WORKDIR}/${P}
DESCRIPTION="Perl module for Lingua::Preferred"
SRC_URI="http://search.cpan.org/CPAN/authors/id/E/ED/EDAVIS/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/author/EDAVIS/Log-TraceMessages/README"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 ppc sparc alpha"
|