summaryrefslogtreecommitdiff
blob: bfd2c2b05f66a3b2715ce3b09fa62a9e69c0f5d9 (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-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header$

MODULE_AUTHOR=RICKM
inherit perl-module

DESCRIPTION="Parse and format strp and strf time patterns"

IUSE=""

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

DEPEND="
	>=dev-perl/DateTime-0.12
	>=dev-perl/DateTime-Locale-0.02
	>=dev-perl/DateTime-TimeZone-0.25
	>=dev-perl/DateTime-TimeZone-0.25
	>=dev-perl/Params-Validate-0.64
"