summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/terminfo/terminfo-0.3.1.3.ebuild')
-rw-r--r--dev-haskell/terminfo/terminfo-0.3.1.3.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/terminfo/terminfo-0.3.1.3.ebuild b/dev-haskell/terminfo/terminfo-0.3.1.3.ebuild
new file mode 100644
index 000000000000..aa1389eb1db6
--- /dev/null
+++ b/dev-haskell/terminfo/terminfo-0.3.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/terminfo-0.3.1.3.ebuild,v 1.1 2011/08/02 10:34:41 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell bindings to the terminfo library."
+HOMEPAGE="http://code.haskell.org/terminfo"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.3
+ sys-libs/ncurses"
+
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.4"