summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'perl-core/Digest-MD5/Digest-MD5-2.36.ebuild')
-rw-r--r--perl-core/Digest-MD5/Digest-MD5-2.36.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild
new file mode 100644
index 000000000000..de32781741fe
--- /dev/null
+++ b/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild,v 1.1 2006/01/13 14:11:16 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="MD5 message digest algorithm"
+HOMEPAGE="http://search.cpan.org/~gaas/${P}/"
+SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+DEPEND="perl-core/digest-base"
+
+mydoc="rfc*.txt"