summaryrefslogtreecommitdiff
blob: 5e92fc5c7021b029dc968b7501bb4c3aff7aa6cc (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
# 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/XML-Simple
    dev-perl/URI
    test? (
		dev-perl/Digest-MD5-File
	)
"