diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-12-24 23:12:17 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-12-24 23:12:17 +0000 |
commit | bdb981bfc1d2e1f08924af62cbb8f0e43f5df158 (patch) | |
tree | e2516307c5ef288c423e2b6924e8383773ba67e7 /dev-perl/Digest-MD5/Digest-MD5-2.33.ebuild | |
parent | New version on CPAN (diff) | |
download | gentoo-2-bdb981bfc1d2e1f08924af62cbb8f0e43f5df158.tar.gz gentoo-2-bdb981bfc1d2e1f08924af62cbb8f0e43f5df158.tar.bz2 gentoo-2-bdb981bfc1d2e1f08924af62cbb8f0e43f5df158.zip |
New version on CPAN
Diffstat (limited to 'dev-perl/Digest-MD5/Digest-MD5-2.33.ebuild')
-rw-r--r-- | dev-perl/Digest-MD5/Digest-MD5-2.33.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Digest-MD5/Digest-MD5-2.33.ebuild b/dev-perl/Digest-MD5/Digest-MD5-2.33.ebuild new file mode 100644 index 000000000000..efc127da4472 --- /dev/null +++ b/dev-perl/Digest-MD5/Digest-MD5-2.33.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-MD5/Digest-MD5-2.33.ebuild,v 1.1 2003/12/24 23:12:09 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="MD5 message digest algorithm" +SRC_URI="http://www.cpan.org/modules/by-authors/id/G/GA/GAAS/${P}.tar.gz" +HOMEPAGE="http://http://www.cpan.org/modules/by-authors/id/G/GA/GAAS/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~arm" + +mydoc="rfc*.txt" + +DEPEND="dev-perl/digest-base" |