# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit perl-module eutils postgresql DESCRIPTION="The Perl DBD::Pg Module" HOMEPAGE="http://cpan.org/modules/by-module/DBD/${P}.readme" SRC_URI="mirror://cpan/authors/id/D/DB/DBDPG/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="virtual/perl-Test-Simple >=virtual/perl-Test-Harness-2.03 >=dev-perl/DBI-1.45 dev-db/postgresql-base dev-lang/perl" mydoc="Changes README" postgres_vars() { POSTGRES_INCLUDE=$($(postgresql_get_pgconfig) --includedir) POSTGRES_LIB=$($(postgresql_get_pgconfig) --libdir) } src_compile() { postgres_vars perl-module_src_compile }