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.
gentoo-overlay/dev-perl/URI-Fetch/URI-Fetch-0.150.0.ebuild

30 lines
527 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=NEILB
DIST_VERSION=0.15
inherit perl-module
DESCRIPTION="Smart URI fetching/caching"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
virtual/perl-Carp
dev-perl/Class-ErrorHandler
dev-perl/libwww-perl
virtual/perl-Storable
dev-perl/URI
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Data-Dumper
virtual/perl-Test-Simple
>=dev-perl/Test-RequiresInternet-0.50.0
)
"