blob: d26783dac2f1e65f7951b439fe53ecaeaadc4f86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.5 2010/01/05 18:53:29 nixnut Exp $
EAPI=2
MODULE_AUTHOR=GBARR
inherit perl-module
DESCRIPTION="load various IO modules"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
SRC_TEST=do
|