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.

35 lines
643 B

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=JBISBEE
DIST_VERSION=2.4
inherit perl-module
DESCRIPTION="Persistent XML RSS Encapsulation"
SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/dev-perl/XML-RSS-Feed/XML-RSS-Feed-2.320.0-patch.tar.bz2"
SLOT="0"
KEYWORDS="amd64 x86"
EPATCH_SUFFIX=patch
PATCHES=(
"${WORKDIR}"/${MY_PN:-${PN}}-patch
)
RDEPEND="
dev-perl/HTML-Parser
dev-perl/XML-RSS
dev-perl/Clone
virtual/perl-Time-HiRes
dev-perl/URI
virtual/perl-Digest-MD5
"
BDEPEND="${RDEPEND}
test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)
"