diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-24 00:32:07 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-24 00:32:07 +0000 |
commit | 7667df50beae5ac744fc2922234c869add09ccc1 (patch) | |
tree | 541fc8491ecfe5f77f1b297e25435de6583d0aa0 /dev-perl/digest-md2/digest-md2-2.01.ebuild | |
parent | Dep for crypt-rsa, dep for net-ssh (diff) | |
download | historical-7667df50beae5ac744fc2922234c869add09ccc1.tar.gz historical-7667df50beae5ac744fc2922234c869add09ccc1.tar.bz2 historical-7667df50beae5ac744fc2922234c869add09ccc1.zip |
Dep for crypt-rsa, dep for net-ssh
Diffstat (limited to 'dev-perl/digest-md2/digest-md2-2.01.ebuild')
-rw-r--r-- | dev-perl/digest-md2/digest-md2-2.01.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/digest-md2/digest-md2-2.01.ebuild b/dev-perl/digest-md2/digest-md2-2.01.ebuild new file mode 100644 index 000000000000..82cf58021b1e --- /dev/null +++ b/dev-perl/digest-md2/digest-md2-2.01.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-md2/digest-md2-2.01.ebuild,v 1.1 2003/06/24 00:32:03 mcummings Exp $ + +inherit perl-module + +MY_P=Digest-MD2-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Perl interface to the MD2 Algorithm" +SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${MY_P}.tar.gz" +HOMEPAGE="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${MY_P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~alpha ~ppc ~sparc" + +DEPEND="dev-perl/math-pari + dev-perl/class-loader" |