blob: ef33c8a1143f909dded0ec4888a2c5b74e5e4765 (
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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Simple/Crypt-Simple-0.06.ebuild,v 1.4 2006/11/24 17:01:56 mcummings Exp $
inherit perl-module
DESCRIPTION="Crypt::Simple - encrypt stuff simply"
SRC_URI="mirror://cpan/authors/id/K/KA/KASEI/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~kasei/${P}/"
IUSE="test"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ~x86"
SRC_TEST="do"
RDEPEND="dev-perl/FreezeThaw
dev-lang/perl
dev-perl/Compress-Zlib
dev-perl/Crypt-Blowfish
virtual/perl-Digest-MD5
virtual/perl-MIME-Base64
test? ( virtual/perl-Test-Harness )"
DEPEND="${RDEPEND}"
|