blob: a87543b893915b55bf7a15b958be5a1ce38c141e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=COSIMO
DIST_VERSION=0.49
inherit perl-module
DESCRIPTION="A WebDAV client library for Perl5"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
RDEPEND="
>=dev-perl/libwww-perl-5.480.0
dev-perl/URI
dev-perl/XML-DOM
"
BDEPEND="${RDEPEND}"
|