diff options
Diffstat (limited to 'dev-perl/POE/POE-0.26.ebuild')
-rw-r--r-- | dev-perl/POE/POE-0.26.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/POE/POE-0.26.ebuild b/dev-perl/POE/POE-0.26.ebuild new file mode 100644 index 000000000000..9d33bfb8d254 --- /dev/null +++ b/dev-perl/POE/POE-0.26.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-0.26.ebuild,v 1.1 2003/06/01 01:26:04 mcummings Exp $ + +IUSE="gtk tcltk libwww ncurses" + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="A framework for creating multitasking programs in Perl" +HOMEPAGE="http://poe.perl.org" +SRC_URI="mirror://sourceforge/poe/${P}.tar.gz" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +DEPEND="${DEPEND} + dev-perl/ExtUtils-AutoInstall + dev-perl/Event + dev-perl/Time-HiRes + dev-perl/Compress-Zlib + dev-perl/Storable + dev-perl/IO-Tty + dev-perl/Filter + dev-perl/FreezeThaw + ipv6? ( dev-perl/Socket6 ) + tcltk? ( dev-perl/perl-tk ) + gtk? ( dev-perl/gtk-perl ) + libwww? ( dev-perl/libwww-perl ) + ncurses? ( dev-perl/Curses )" + +mymake="/usr" + +src_compile() { + echo "n" | perl-module_src_compile +} |