blob: 49b1dceb5e0aa6204543254fb18d4ae78453cb0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit perl-module eutils
DESCRIPTION="The Perl DBD::InterBase Module"
HOMEPAGE="http://cpan.org/modules/by-module/DBD/${P}.readme"
SRC_URI="mirror://cpan/modules/by-module/DBD/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=dev-perl/DBI-1.35 || ( dev-db/interbase dev-db/firebird )"
SRC_TEST="skip"
PATCHES="${FILESDIR}/${P}-no-test.patch ${FILESDIR}/${P}-column_info.patch"
pm_echovar="\n\n\n"
|