blob: ca5d222f848a89356b7d9b3d4aa2ac43d0405b52 (
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.680.0.ebuild,v 1.1 2011/04/26 16:43:28 tove Exp $
EAPI=4
MODULE_AUTHOR=DROLSKY
MODULE_VERSION=0.68
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"
|