mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
32 lines
538 B
Bash
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"
|
|
)
|