summaryrefslogtreecommitdiff
blob: 313c05021cb482b3bb8d58345f37ed03241c89c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2
MODULE_AUTHOR=TIMA
inherit perl-module

DESCRIPTION="A portable client library for working with and managing Amazon S3 buckets and keys."
LICENSE="|| ( Artistic GPL-2 )"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="test"
DEPEND="
	dev-perl/Class-Accessor
    dev-perl/Digest-HMAC
	dev-perl/libwww-perl
	dev-perl/LWP-UserAgent-Determined
    dev-perl/XML-Simple
    dev-perl/URI
    test? (
		dev-perl/Digest-MD5-File
	)
"