blob: 677267ae00419a6a633ced4bdfe689aaeb9a505a (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.47.ebuild,v 1.6 2009/05/03 17:33:53 maekke Exp $
inherit versionator
MY_P=${PN}-$(delete_version_separator 2)
S=${WORKDIR}/${MY_P}
MODULE_AUTHOR=DROLSKY
inherit perl-module
DESCRIPTION="A date and time object"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-perl/Params-Validate-0.76
>=virtual/perl-Time-Local-1.04
>=dev-perl/DateTime-TimeZone-0.59
>=dev-perl/DateTime-Locale-0.41
dev-lang/perl"
RDEPEND="${DEPEND}"
SRC_TEST="do"
|