blob: 47a66c0436c82bc5afd3a4fcbc629306a27a54f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2004 Gentoo Foundation
# 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.2 2004/06/25 00:41:39 agriffis 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"
|