summaryrefslogtreecommitdiff
blob: 2843bf72145d70f3c2879d004c5eb9a4af611dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.ebuild,v 1.5 2008/09/30 14:21:40 tove Exp $

MODULE_AUTHOR=ANTHONYU
inherit perl-module

DESCRIPTION="A perl implementation of DomainKeys"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86"
IUSE="test"

SRC_TEST="do"

RDEPEND=">=dev-perl/Net-DNS-0.34
	dev-perl/MailTools
	dev-perl/Crypt-OpenSSL-RSA
	dev-lang/perl"
DEPEND="${RDEPEND}
	test? ( dev-perl/Email-Address )"