blob: 1e5ee836fba1d02a3993ed500cbd87ff32b3df97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IO/perl-IO-1.23.01.ebuild,v 1.6 2007/03/05 13:15:45 ticho Exp $
inherit versionator
MY_PV=$(delete_version_separator 2)
DESCRIPTION="Virtual for IO"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~mips sparc x86"
IUSE=""
DEPEND=""
RDEPEND="~perl-core/IO-${PV}"
|