blob: 98c07b2f59fa509ce260c305494ffaed4bea98b9 (
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.5 2007/01/23 00:25:26 kloeri 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"
|