Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2790 - dev-perl/DBD-Pg/DBD-Pg-1.13.ebuild (New Ebuild)
Summary: dev-perl/DBD-Pg/DBD-Pg-1.13.ebuild (New Ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-16 17:51 UTC by Gontran Zepeda
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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