# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # phoen][x # $Header$ A=${P}.tar.gz S=${WORKDIR}/${P} CATEGORY="dev-perl" DESCRIPTION="The Perl Event Module" SRC_URI="http://www.cpan.org/modules/by-module/Event/${A}" HOMEPAGE="http://www.cpan.org/modules/by-module/Event/${P}.readme" DEPEND=">=sys-devel/perl-5" src_compile() { perl Makefile.PL try make try make test } src_install () { try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install dodoc ChangeLog MANIFEST README }