# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Jerry Alexandratos # $Header: /var/cvsroot/gentoo-x86/dev-perl/Convert-BER/Convert-BER-1.31-r1.ebuild,v 1.1 2001/04/05 15:49:37 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} CATEGORY="dev-perl" DESCRIPTION="A Convert Perl Module" SRC_URI="http://www.cpan.org/modules/by-module/Convert/${A}" HOMEPAGE="http://www.cpan.org/modules/by-module/Convert/${P}.readme" DEPEND=">=sys-devel/perl-5" src_compile() { perl Makefile.PL try make try make test } src_install () { cd ${S} try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install dodoc ChangeLog MANIFEST README }