# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DIST_AUTHOR="MEWP" inherit perl-module DESCRIPTION="Sybase database driver for the DBI module" LICENSE="Artistic" SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-db/freetds[mssql]" RDEPEND="${DEPEND}" src_configure() { export SYBASE="/usr" perl-module_src_configure }