blob: 0502cf62ab0e34d0c5305d7e332c48ec1b819971 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.23.01.ebuild,v 1.6 2007/03/05 13:14:43 ticho Exp $
inherit versionator perl-module
MY_P="${PN}-$(delete_version_separator 2)"
S=${WORKDIR}/${MY_P}
DESCRIPTION="load various IO modules"
HOMEPAGE="http://search.cpan.org/~gbarr"
SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${MY_P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~mips sparc x86"
IUSE=""
DEPEND="dev-lang/perl"
|