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

MODULE_AUTHOR=DROLSKY
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-Format-Strptime-1.04
	>=dev-perl/Params-Validate-0.72
	>=dev-perl/Class-Factory-Util-1.6
"