blob: e9c8c2d0bfa09d0496b9155f005f1792fd46c0e1 [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=JHOBLITT
MODULE_VERSION=0.08
inherit perl-module
DESCRIPTION="Parses ISO8601 formats"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="test"
RDEPEND="dev-perl/DateTime
dev-perl/DateTime-Format-Builder"
DEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
dev-perl/Test-Pod
dev-perl/File-Find-Rule
dev-perl/Test-Distribution
)"
SRC_TEST=do