sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-perl / DateTime-Event-Recurrence / DateTime-Event-Recurrence-0.190.0.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=FGLOCK
7 DIST_VERSION=0.19
8 inherit perl-module
9
10 DESCRIPTION="DateTime::Set extension for create basic recurrence sets"
11
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 RDEPEND="
17         >=dev-perl/DateTime-0.270.0
18         >=dev-perl/DateTime-Set-0.360.0
19 "
20 DEPEND="${RDEPEND}
21         virtual/perl-ExtUtils-MakeMaker
22 "