summaryrefslogtreecommitdiff
path: root/perl-core/Digest/Digest-1.170.0-r1.ebuild
blob: 566f4f556ed526bd15977b18c4588bf2688432d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

MY_PN=Digest
MODULE_AUTHOR=GAAS
MODULE_VERSION=1.17
inherit perl-module

DESCRIPTION="Modules that calculate message digests"

SLOT="0"
KEYWORDS=""
IUSE=""

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

SRC_TEST="do"
mydoc="rfc*.txt"