summaryrefslogtreecommitdiff
blob: 4fc9e921ed1c5a2b23cf0b1e18a7086b45fea6fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Event/Event-1.11.ebuild,v 1.2 2009/05/23 17:04:56 armin76 Exp $

MODULE_AUTHOR=JPRIT
inherit perl-module

DESCRIPTION="fast, generic event loop"

SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
SRC_TEST="do"

mydoc="ANNOUNCE INSTALL TODO Tutorial.pdf"

DEPEND="dev-lang/perl"