summaryrefslogtreecommitdiff
path: root/dev-perl/DBD-Sybase/DBD-Sybase-1.15.ebuild
blob: f576e97d9d614d0042e092e5df5740b042ad1927 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
}