# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header$ # Autogenerated by Leon Brocard # Inherit from perl-module.eclass inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="Perl module: YAML Ain't Markup Language (tm)" SRC_URI="http://www.cpan.org/authors/id/I/IN/INGY/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/search?dist=YAML" src_compile() { try perl Makefile.PL try make try make test }