summaryrefslogtreecommitdiff
blob: b663e88b208ee7606894c91f0cdb177c6fc11475 (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-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
MODULE_AUTHOR=ROODE
MODULE_VERSION=1.12
inherit perl-module

DESCRIPTION='Easy-to-use date/time formatting'
LICENSE="Time-Format"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="test"

RDEPEND="
	dev-perl/DateManip
	>=virtual/perl-Time-Local-1.70.0
"

DEPEND="${RDEPEND}
	>=dev-perl/Module-Build-0.400.0
	test? ( >=virtual/perl-Test-Simple-0.400.0 )
"

#SRC_TEST="skip"
# tests fail with current Date::Manip
# https://rt.cpan.org/Public/Bug/Display.html?id=85001