mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
Signed-off-by: Timo Gurr <timo.gurr@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30972 Signed-off-by: Sam James <sam@gentoo.org>
28 lines
512 B
Bash
28 lines
512 B
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=RIXED
|
|
DIST_VERSION=1.21
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Parse iCalendar files into a data structure"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/DateTime-Format-ICal-0.80.0
|
|
dev-perl/IO-String
|
|
>=dev-perl/Text-vFile-asData-0.20.0
|
|
>=virtual/perl-IO-1.100.0
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
dev-perl/DateTime
|
|
>=dev-perl/FreezeThaw-0.430.0
|
|
)
|
|
"
|