gentoo/dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild
Andreas K. Hüttel 8b3b1a165a
dev-perl/MogileFS-Client: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-11-16 21:32:51 +01:00

19 lines
370 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DORMANDO
DIST_VERSION=${PV%0.0}
inherit perl-module
DESCRIPTION="Client library for the MogileFS distributed file system"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="
>=dev-perl/IO-stringy-2.110
dev-perl/libwww-perl
"
BDEPEND="${RDEPEND}"