blob: 76b76f10530f7f6196b37ebba54e48a36bacd35f (
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
27
28
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.670.0.ebuild,v 1.1 2011/04/24 19:40:21 tove Exp $
EAPI=4
MODULE_AUTHOR=DROLSKY
MODULE_VERSION=0.67
inherit perl-module
DESCRIPTION="A date and time object"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-perl/Params-Validate-0.76
>=virtual/perl-Time-Local-1.04
>=dev-perl/DateTime-TimeZone-1.09
>=dev-perl/DateTime-Locale-0.44
dev-perl/Math-Round
"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
test? ( dev-perl/Test-Exception )"
SRC_TEST="do"
|