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.

28 lines
512 B

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