gentoo/dev-perl/Feed-Find/Feed-Find-0.130.0.ebuild
Sam James fc2bacd860
dev-perl/Feed-Find: Stabilize 0.130.0 amd64, #910948
Signed-off-by: Sam James <sam@gentoo.org>
2023-07-24 04:55:54 +01:00

32 lines
538 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DAVECROSS
DIST_VERSION=0.13
inherit perl-module
DESCRIPTION="Syndication feed auto-discovery"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="
dev-perl/Class-ErrorHandler
dev-perl/HTML-Parser
dev-perl/libwww-perl
dev-perl/URI
"
BDEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
test? (
dev-perl/Test-LWP-UserAgent
)
"
PATCHES=(
"${FILESDIR}/${PN}-0.07-no-dot-inc.patch"
)