summaryrefslogtreecommitdiff
blob: 0d4e3f0204850fe3f74db352d97089b0e93e2d41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-1.49.ebuild,v 1.14 2008/03/19 02:57:25 jer Exp $

inherit perl-module eutils

DESCRIPTION="PostgreSQL database driver for the DBI module"
SRC_URI="mirror://cpan/authors/id/T/TU/TURNSTEP/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/dist/${PN}/"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""

DEPEND="
	>=dev-perl/DBI-1.52
	dev-perl/version
	dev-db/postgresql-base
"

# env variables for compilation:
#export POSTGRES_INCLUDE=/usr/$(get_includedir)/postgresql-${SLOT}/$(get_includedir)
#export POSTGRES_LIB=/usr/$(get_libdir)/postgresql-${SLOT}/$(get_libdir)

mydoc="README"