gentoo/dev-perl/XML-RSS/XML-RSS-1.650.0-r1.ebuild
Sam James 1af0d4b8ee
dev-perl/XML-RSS: fix MissingVersionedVirtualPerlDependency
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-10 12:42:02 +01:00

35 lines
774 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=SHLOMIF
DIST_VERSION=1.65
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="Basic framework for creating and maintaining RSS files"
HOMEPAGE="https://perl-rss.sourceforge.net/"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
RDEPEND="
dev-perl/DateTime-Format-Mail
dev-perl/DateTime-Format-W3CDTF
dev-perl/HTML-Parser
dev-perl/XML-Parser
"
BDEPEND="
${RDEPEND}
>=dev-perl/Module-Build-0.280.0
test? (
>=virtual/perl-Test-Simple-0.880.0
)
"
PERL_RM_FILES=(
"t/pod.t" "t/pod-coverage.t"
"t/cpan-changes.t" "t/style-trailing-space.t"
)