summaryrefslogtreecommitdiff
blob: 1a7a958baf534857af63b7b263958c977db18b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SMIME/Crypt-SMIME-0.10.ebuild,v 1.1 2011/04/25 15:05:34 idl0r Exp $

EAPI="3"

MODULE_AUTHOR="MIKAGE"

inherit perl-module

DESCRIPTION="S/MIME sign, verify, encrypt and decrypt"

LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-lang/perl
	dev-libs/openssl"
DEPEND="${RDEPEND}
	dev-perl/Test-Exception"