gentoo/dev-perl/iCal-Parser/iCal-Parser-1.210.0.ebuild
Timo Gurr 172471ece7
dev-perl/iCal-Parser: initial commit
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>
2023-05-20 06:59:37 +01:00

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
)
"