28 lines
697 B
Bash
28 lines
697 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Format/Time-Format-1.120.0.ebuild,v 1.1 2014/12/06 21:42:11 dilfridge Exp $
|
|
|
|
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}
|
|
>=virtual/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
|