# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger # $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild,v 1.6 2001/03/12 10:52:49 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A URI Perl Module" SRC_URI="http://cpan.valueclick.com/modules/by-category/14_Security_and_Encryption/Digest/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-category/14_Security_and_Encryption/Digest/${P}.readme" DEPEND=">=sys-devel/perl-5 >=sys-libs/glibc-2.1.3" src_compile() { cd ${S} perl Makefile.PL try make try make test } src_install () { cd ${S} make PREFIX=${D}/usr install dodoc Changes MANIFEST README rfc*.txt }