You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.8...

28 lines
615 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0.ebuild,v 1.1 2012/02/12 20:12:07 tove Exp $
EAPI=4
MODULE_AUTHOR=JHOBLITT
MODULE_VERSION=0.08
inherit perl-module
DESCRIPTION="Parses ISO8601 formats"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-perl/DateTime
dev-perl/DateTime-Format-Builder"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
test? (
dev-perl/Test-Pod
dev-perl/File-Find-Rule
dev-perl/Test-Distribution
)"
SRC_TEST=do