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/Schedule-Cron-Events/Schedule-Cron-Events-1.930....

25 lines
461 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR="KOHTS"
MODULE_VERSION="1.93"
inherit perl-module
DESCRIPTION="Take a line from a crontab and find out when events will occur"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RDEPEND="virtual/perl-Time-Local
dev-perl/Set-Crontab"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( dev-perl/Test-Deep )"
SRC_TEST="do"