summaryrefslogtreecommitdiff
blob: d63fd56d3429c291ca7f2a138ef978bd3384f5ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2

MODULE_AUTHOR=AVAR
inherit perl-module

DESCRIPTION="A 512-bit, collision-resistant, one-way hash function"

IUSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	virtual/perl-Digest
	virtual/perl-Getopt-Long
	virtual/perl-MIME-Base64
"
DEPEND="
	${RDEPEND}
"

SRC_TEST="do"