mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
20 lines
400 B
Bash
20 lines
400 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=MARKOV
|
|
DIST_VERSION=3.007
|
|
DIST_TEST="do" # parallel tests fail
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Mail::Box connector via POP3"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 ppc64 ~riscv x86"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/Mail-Message-3
|
|
>=dev-perl/Mail-Box-3
|
|
!!<dev-perl/Mail-Box-3
|
|
"
|