blob: 9f7873fda1d13d3dc088c4000af099b0fef4f8bb [file] [log] [blame]
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-1.0.1.ebuild,v 1.2 2007/10/31 13:00:06 dcoutts Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
DESCRIPTION="Haskell Database Connectivity"
HOMEPAGE="http://quux.org/devel/hdbc/"
SRC_URI="http://quux.org/devel/hdbc/${PN}_${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="odbc postgres sqlite"
DEPEND=">=dev-lang/ghc-6.4.1
>=dev-haskell/mtl-1.0"
PDEPEND="odbc? ( =dev-haskell/hdbc-odbc-${PV}* )
postgres? ( =dev-haskell/hdbc-postgresql-${PV}* )
sqlite? ( =dev-haskell/hdbc-sqlite-${PV}* )"
S="${WORKDIR}/${PN}"