# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Per Wigren # /space/gentoo/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-1.05.ebuild,v 1.1 2001/08/21 15:39:29 hallski Exp S=${WORKDIR}/${P} DESCRIPTION="Curses interface modules for Perl" SRC_URI="http://cpan.valueclick.com/authors/id/W/WP/WPS/${P}.tar.gz" HOMEPAGE="http://cpan.valueclick.com/authors/id/W/WP/WPS/${P}.readme" DEPEND=">=sys-devel/perl-5 >=sys-libs/ncurses-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 Copying Artistic MANIFEST README }