blob: e768b6d6f216a960193b1cdd1ce926f600283899 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.10.ebuild,v 1.1 2004/05/01 15:41:57 esammer Exp $
inherit perl-module
DESCRIPTION="Perl internationalization library that aims to be compatible with the Uniforum message translations system"
HOMEPAGE="http://search.cpan.org/~guido/${P}/"
SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
|