blob: a5f7f82f61dd2aa1fa0046691c4bb45307e6abbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-0.19.ebuild,v 1.6 2002/07/29 16:14:37 seemant Exp $
inherit perl-module
S=${WORKDIR}/${P}
DESCRIPTION="A framework for creating multitasking programs in Perl"
HOMEPAGE="http://poe.perl.org"
SRC_URI="http://poe.perl.org/poedown/${P}.tar.gz"
SLOT="0"
LICENSE="as-is"
KEYWORDS="x86"
DEPEND="${DEPEND}
dev-perl/Event
dev-perl/Time-HiRes
dev-perl/Compress-Zlib
dev-perl/Storable
dev-perl/IO-Tty
dev-perl/Filter
tcltk? ( dev-perl/perl-tk )
gtk? ( dev-perl/gtk-perl )
libwww? ( dev-perl/libwww-perl )
curses? ( dev-perl/Curses )"
mymake="/usr"
|