# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DIST_AUTHOR=PMQS DIST_VERSION=0.65 # parallel really broken DIST_TEST="do" inherit perl-module db-use DESCRIPTION="This module provides Berkeley DB interface for Perl" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" # Install DB_File if you want older support. BerkleyDB no longer # supports less than 2.0. RDEPEND=" >=sys-libs/db-2.0:= =sys-libs/db-2.0:= "${S}"/config.in || die "Can't write config.in" perl-module_src_prepare }