forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bnfc-2.7.1.ebuild
40 lines (31 loc) · 868 Bytes
/
bnfc-2.7.1.ebuild
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# ebuild generated by hackport 0.4.4.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
MY_PN="BNFC"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A compiler front-end generator"
HOMEPAGE="http://bnfc.digitalgrammars.com/"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RESTRICT=test # collides with monads-fd
RDEPEND="dev-haskell/mtl:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
dev-haskell/alex
>=dev-haskell/cabal-1.8
dev-haskell/happy
test? ( >=dev-haskell/doctest-0.8
dev-haskell/hspec
dev-haskell/hunit
>=dev-haskell/quickcheck-2.5
dev-haskell/temporary )
"
S="${WORKDIR}/${MY_P}"