# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DIST_AUTHOR=PMQS DIST_VERSION=0.63 inherit perl-module db-use multilib DESCRIPTION="This module provides Berkeley DB interface for Perl" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~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 } src_compile() { mymake=( "OPTIMIZE=${CFLAGS}" ) perl-module_src_compile }