summaryrefslogtreecommitdiff
blob: 4ed2c1c2edd51d5e465dd56137b154a2a185cd7d (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=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/module-build
	>=dev-perl/Class-Factory-Util-1.6
	>=dev-perl/DateTime-0.12
	>=dev-perl/DateTime-Format-Strptime-1.04
	>=dev-perl/Params-Validate-0.72
"