mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
21 lines
353 B
Bash
21 lines
353 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=COSIMO
|
|
DIST_VERSION=0.50
|
|
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}"
|