# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pymssql/pymssql-0.6.0.ebuild,v 1.3 2005/08/26 14:18:12 agriffis Exp $ inherit distutils DESCRIPTION="Simple MSSQL python extension module" HOMEPAGE="http://pymssql.sourceforge.net/" SRC_URI="mirror://sourceforge/pymssql/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/python-2.2 >=dev-db/freetds-0.62.3 >=dev-db/unixODBC-2.2.8" ## freetds needs to be emerged with USE='mssql'