Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 2790

Summary: dev-perl/DBD-Pg/DBD-Pg-1.13.ebuild (New Ebuild)
Product: Gentoo Linux Reporter: Gontran Zepeda <gontran>
Component: New packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Gontran Zepeda 2002-05-16 17:51:17 UTC
The new perl eclasses are a _brilliant_ piece of work.  thx!

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Gontran Zepeda  <gontran@gontran.net>

# Inherit the perl-module.eclass functions
. /usr/portage/eclass/inherit.eclass || die
inherit perl-module

S=${WORKDIR}/${P}
DESCRIPTION="The Perl DBD::Pg Module"
SRC_URI="http://www.cpan.org/authors/id/JBAKER/${P}.tar.gz"
DEPEND="${DEPEND} dev-perl/DBI dev-db/postgresql"
LICENSE="Artistic | GPL-2"
SLOT="0"

# env variables for compilation:
export POSTGRES_INCLUDE=/usr/include/postgresql/
export POSTGRES_LIB=/usr/lib/postgresql/

mydoc="Changes README"
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-05-23 22:02:01 UTC
committed