summaryrefslogtreecommitdiff
blob: 53b0e37c3eac980815988d33127aa0b91642ad93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.000.ebuild,v 1.1 2010/03/07 10:45:00 tove Exp $

EAPI=2

MODULE_AUTHOR="TONYC"
inherit perl-module

DESCRIPTION="an XS implementation of POE::Loop, using poll(2)."

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-perl/POE-1.287
	>=dev-perl/POE-Test-Loops-1.033"
RDEPEND="${DEPEND}"

SRC_TEST="do"