mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Bug: https://bugs.gentoo.org/980944 Signed-off-by: Brett A C Sheffield <bacs@librecast.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1679 Merges: https://codeberg.org/gentoo/gentoo/pulls/1679 Signed-off-by: Sam James <sam@gentoo.org>
35 lines
663 B
Bash
35 lines
663 B
Bash
# Copyright 1999-2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=HMBRAND
|
|
DIST_VERSION=1.652
|
|
DIST_A_EXT=tgz
|
|
DIST_EXAMPLES=("ex/*")
|
|
# bug #675164
|
|
DIST_TEST="do"
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Database independent interface for Perl"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/PlRPC-0.200.0
|
|
>=virtual/perl-Sys-Syslog-0.170.0
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
>=virtual/perl-ExtUtils-MakeMaker-6.480.0
|
|
test? (
|
|
>=virtual/perl-Test-Simple-0.960.0
|
|
)
|
|
"
|
|
|
|
PERL_RM_FILES=(
|
|
t/pod-coverage.t
|
|
t/pod.t
|
|
)
|