blob: f844890239ed7f9b5bc54a7e379b66d1aa77662f [file] [log] [blame]
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.160.0.ebuild,v 1.2 2011/07/30 12:28:27 tove Exp $
EAPI=2
MY_PN=Digest
MODULE_AUTHOR=GAAS
MODULE_VERSION=1.16
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"